summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2017-08-31 16:27:31 +0000
committerjsing <>2017-08-31 16:27:31 +0000
commit12e94accd8e6a0c46a45dce308c071d8d2820c8b (patch)
treeca5017e9977ef54fa0ff154cf7535a5132d92438
parentbf4c14cd12b5b4bb9a4a7b6082e2676a887f495e (diff)
downloadopenbsd-12e94accd8e6a0c46a45dce308c071d8d2820c8b.tar.gz
openbsd-12e94accd8e6a0c46a45dce308c071d8d2820c8b.tar.bz2
openbsd-12e94accd8e6a0c46a45dce308c071d8d2820c8b.zip
Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting
prototypes if we have both OPENSSL_NO_NEXTPROTONEG and the prototypes defined.
-rw-r--r--src/lib/libcrypto/opensslfeatures.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h
index 4c62b03ed6..ba4dbba959 100644
--- a/src/lib/libcrypto/opensslfeatures.h
+++ b/src/lib/libcrypto/opensslfeatures.h
@@ -7,7 +7,6 @@
7# define OPENSSL_NO_KRB5 7# define OPENSSL_NO_KRB5
8# define OPENSSL_NO_MD2 8# define OPENSSL_NO_MD2
9# define OPENSSL_NO_MDC2 9# define OPENSSL_NO_MDC2
10# define OPENSSL_NO_NEXTPROTONEG
11# define OPENSSL_NO_PSK 10# define OPENSSL_NO_PSK
12# define OPENSSL_NO_RC5 11# define OPENSSL_NO_RC5
13# define OPENSSL_NO_RFC3779 12# define OPENSSL_NO_RFC3779