esp_https_server: fix build failure due to syntax error

This commit is contained in:
Mahavir Jain 2022-11-09 15:11:22 +05:30
parent b60a9e6678
commit 322301238f
No known key found for this signature in database
GPG Key ID: 99324EF4A00734E0

View File

@ -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, \
}
/**