Skip to content

Commit

Permalink
esp_https_server: fix issue with default initialization through `HTTP…
Browse files Browse the repository at this point in the history
…D_SSL_CONFIG_DEFAULT`

Closes #9653
Closes IDFGH-8157
  • Loading branch information
mahavirj committed Sep 5, 2022
1 parent 4532e6e commit f41931e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_https_server/include/esp_https_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
.port_secure = 443, \
.port_insecure = 80, \
.session_tickets = false, \
.use_secure_element = false, \
.user_cb = NULL, \
}

Expand Down

0 comments on commit f41931e

Please sign in to comment.