add alpn initializer in esp https server default

This commit is contained in:
Akos Vandra 2022-11-09 07:55:26 +01:00
parent df5a25aa40
commit b60a9e6678

View File

@ -152,6 +152,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
.user_cb = NULL, \ .user_cb = NULL, \
.ssl_userdata = NULL, \ .ssl_userdata = NULL, \
.cert_select_cb = NULL \ .cert_select_cb = NULL \
.alpn_protos = NULL \
} }
/** /**