Merge branch 'bugfix/httpd_ssl_config_default_v5.0' into 'release/v5.0'

esp_https_server: fix issue with default initialization through `HTTPD_SSL_CONFIG_DEFAULT` (v5.0)

See merge request espressif/esp-idf!19947
This commit is contained in:
Mahavir Jain
2022-09-08 12:25:59 +08:00

View File

@ -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, \
}