summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2017-08-28 17:37:31 +0000
committerjsing <jsing@openbsd.org>2017-08-28 17:37:31 +0000
commit9f6f3437a21e592defd2253babbfc6bcf96b8797 (patch)
treef78d99dbfa080f421c3cd8450eab4a4d78d341cc
parentCompletely remove NPN remnants. (diff)
downloadwireguard-openbsd-9f6f3437a21e592defd2253babbfc6bcf96b8797.tar.xz
wireguard-openbsd-9f6f3437a21e592defd2253babbfc6bcf96b8797.zip
Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN.
-rw-r--r--lib/libcrypto/opensslfeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h
index ba4dbba9596..4c62b03ed68 100644
--- a/lib/libcrypto/opensslfeatures.h
+++ b/lib/libcrypto/opensslfeatures.h
@@ -7,6 +7,7 @@
# define OPENSSL_NO_KRB5
# define OPENSSL_NO_MD2
# define OPENSSL_NO_MDC2
+# define OPENSSL_NO_NEXTPROTONEG
# define OPENSSL_NO_PSK
# define OPENSSL_NO_RC5
# define OPENSSL_NO_RFC3779