summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl.gypi')
-rw-r--r--deps/openssl/openssl.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/openssl/openssl.gypi b/deps/openssl/openssl.gypi
index 871cec0c7e..d6d2589083 100644
--- a/deps/openssl/openssl.gypi
+++ b/deps/openssl/openssl.gypi
@@ -1268,6 +1268,9 @@
# the real driver but that poses a security liability when an attacker
# is able to create a malicious DLL in one of the default search paths.
'OPENSSL_NO_HW',
+
+ # Disable NPN (Next Protocol Negotiation), superseded by ALPN.
+ 'OPENSSL_NO_NEXTPROTONEG',
],
'openssl_default_defines_win': [
'MK1MF_BUILD',