forked from espressif/esp-idf
esp_https_server: fix issue with default initialization through HTTPD_SSL_CONFIG_DEFAULT
Closes https://github.com/espressif/esp-idf/issues/9653 Closes IDFGH-8157
This commit is contained in:
@@ -143,6 +143,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
|
|||||||
.port_secure = 443, \
|
.port_secure = 443, \
|
||||||
.port_insecure = 80, \
|
.port_insecure = 80, \
|
||||||
.session_tickets = false, \
|
.session_tickets = false, \
|
||||||
|
.use_secure_element = false, \
|
||||||
.user_cb = NULL, \
|
.user_cb = NULL, \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user