https_server : Missing uri_match_fn paramater added to default config

This commit is contained in:
Anurag Kar
2019-02-01 18:43:22 +05:30
committed by bot
parent b26f6662f1
commit 1af5d0d87c

View File

@@ -95,6 +95,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
.global_transport_ctx_free_fn = NULL, \ .global_transport_ctx_free_fn = NULL, \
.open_fn = NULL, \ .open_fn = NULL, \
.close_fn = NULL, \ .close_fn = NULL, \
.uri_match_fn = NULL \
}, \ }, \
.cacert_pem = NULL, \ .cacert_pem = NULL, \
.cacert_len = 0, \ .cacert_len = 0, \