forked from espressif/esp-idf
add alpn initializer in esp https server default
This commit is contained in:
@@ -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 \
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user