diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2017-08-31 16:27:32 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2017-08-31 16:27:32 +0000 |
commit | 3dab5a66cf90319fe2f9fd0d122841c1ee7e71dc (patch) | |
tree | b9b9b89e2982ba9323785845aa8379bbd37d5708 /lib/libcrypto/opensslfeatures.h | |
parent | d91786959bf31991d48036f4c0ac9379282d84cd (diff) |
Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting
prototypes if we have both OPENSSL_NO_NEXTPROTONEG and the prototypes
defined.
Diffstat (limited to 'lib/libcrypto/opensslfeatures.h')
-rw-r--r-- | lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h index 4c62b03ed68..ba4dbba9596 100644 --- a/lib/libcrypto/opensslfeatures.h +++ b/lib/libcrypto/opensslfeatures.h @@ -7,7 +7,6 @@ # 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 |