diff options
author | 2017-08-31 16:27:31 +0000 | |
---|---|---|
committer | 2017-08-31 16:27:31 +0000 | |
commit | 377b4c95f008f60540e504f89facf89fd8a05767 (patch) | |
tree | ffa242528ec293072bac771087396cb62d3a3523 | |
parent | enum can be signed or unsigned depending on the compiler; so make sure we (diff) | |
download | wireguard-openbsd-377b4c95f008f60540e504f89facf89fd8a05767.tar.xz wireguard-openbsd-377b4c95f008f60540e504f89facf89fd8a05767.zip |
Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting
prototypes if we have both OPENSSL_NO_NEXTPROTONEG and the prototypes
defined.
-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 |