summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslfeatures.h
diff options
context:
space:
mode:
authorjsing <>2017-08-31 16:27:31 +0000
committerjsing <>2017-08-31 16:27:31 +0000
commit3e0ac1d4a78bb406210fd39a255390119b47ec1c (patch)
treeca5017e9977ef54fa0ff154cf7535a5132d92438 /src/lib/libcrypto/opensslfeatures.h
parent84f15afd460a02c620e9fe51b13f29cca5320961 (diff)
downloadopenbsd-3e0ac1d4a78bb406210fd39a255390119b47ec1c.tar.gz
openbsd-3e0ac1d4a78bb406210fd39a255390119b47ec1c.tar.bz2
openbsd-3e0ac1d4a78bb406210fd39a255390119b47ec1c.zip
Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting
prototypes if we have both OPENSSL_NO_NEXTPROTONEG and the prototypes defined.
Diffstat (limited to '')
-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