From b60a9e667809846011605286c2c308a1a4a316dd Mon Sep 17 00:00:00 2001 From: Akos Vandra Date: Wed, 9 Nov 2022 07:55:26 +0100 Subject: [PATCH] add alpn initializer in esp https server default --- components/esp_https_server/include/esp_https_server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_https_server/include/esp_https_server.h b/components/esp_https_server/include/esp_https_server.h index 45cfa176d13f..330f2e646b6e 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 \ } /**