aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_ssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c
index 86ec206121..34df7d3d01 100644
--- a/ext/openssl/ossl_ssl.c
+++ b/ext/openssl/ossl_ssl.c
@@ -72,6 +72,7 @@ static const char *ossl_sslctx_attrs[] = {
#endif
#ifdef HAVE_OPENSSL_NPN_NEGOTIATED
"npn_protocols",
+ "npn_select_cb",
#endif
};