summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/ssl/t1_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/ssl/t1_ext.c')
-rw-r--r--crypto/openssl/ssl/t1_ext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/ssl/t1_ext.c b/crypto/openssl/ssl/t1_ext.c
index 724ddf7..79ed946 100644
--- a/crypto/openssl/ssl/t1_ext.c
+++ b/crypto/openssl/ssl/t1_ext.c
@@ -275,7 +275,9 @@ int SSL_extension_supported(unsigned int ext_type)
case TLSEXT_TYPE_ec_point_formats:
case TLSEXT_TYPE_elliptic_curves:
case TLSEXT_TYPE_heartbeat:
+# ifndef OPENSSL_NO_NEXTPROTONEG
case TLSEXT_TYPE_next_proto_neg:
+# endif
case TLSEXT_TYPE_padding:
case TLSEXT_TYPE_renegotiate:
case TLSEXT_TYPE_server_name:
OpenPOWER on IntegriCloud