Skip to content

Commit

Permalink
Always init_alpn
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Nov 9, 2024
1 parent 4bda4d9 commit ee924ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/webserver/civetweb/civetweb.c
Original file line number Diff line number Diff line change
Expand Up @@ -17806,9 +17806,6 @@ init_ssl_ctx_impl(struct mg_context *phys_ctx,

#if defined(USE_ALPN)
/* Initialize ALPN only of TLS library (OpenSSL version) supports ALPN */
#if !defined(NO_SSL_DL)
if (!tls_feature_missing[TLS_ALPN])
#endif
{
init_alpn(phys_ctx, dom_ctx);
}
Expand Down

0 comments on commit ee924ed

Please sign in to comment.