Skip to content

Commit

Permalink
add alpn initializer in esp https server default
Browse files Browse the repository at this point in the history
  • Loading branch information
axos88 committed Nov 9, 2022
1 parent df5a25a commit b60a9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_https_server/include/esp_https_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
}

/**
Expand Down

0 comments on commit b60a9e6

Please sign in to comment.