diff --git a/components/esp_https_server/include/esp_https_server.h b/components/esp_https_server/include/esp_https_server.h index 330f2e646b..bffdfce62b 100644 --- a/components/esp_https_server/include/esp_https_server.h +++ b/components/esp_https_server/include/esp_https_server.h @@ -151,8 +151,8 @@ typedef struct httpd_ssl_config httpd_ssl_config_t; .use_secure_element = false, \ .user_cb = NULL, \ .ssl_userdata = NULL, \ - .cert_select_cb = NULL \ - .alpn_protos = NULL \ + .cert_select_cb = NULL, \ + .alpn_protos = NULL, \ } /**