diff --git a/components/esp_https_server/include/esp_https_server.h b/components/esp_https_server/include/esp_https_server.h index 45cfa176d1..330f2e646b 100644 --- a/components/esp_https_server/include/esp_https_server.h +++ b/components/esp_https_server/include/esp_https_server.h @@ -152,6 +152,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t; .user_cb = NULL, \ .ssl_userdata = NULL, \ .cert_select_cb = NULL \ + .alpn_protos = NULL \ } /**