]> granicus.if.org Git - curl/commitdiff
openssl: boringssl provides the same numbering as openssl
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Mar 2016 13:59:41 +0000 (14:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Mar 2016 13:59:41 +0000 (14:59 +0100)
... so we don't need extra boringssl precautions for for
HAVE_ERR_REMOVE_THREAD_STATE_NOARG.

Pointed-out-by: David Benjamin
lib/vtls/openssl.c

index b7e446253eba824126552c09ecb9f363a67494b5..f8ccb234a54cbd6386c2fbdb7cd6a08e4daf798b 100644 (file)
@@ -96,8 +96,7 @@
 #if (OPENSSL_VERSION_NUMBER >= 0x10000000L)
 #define HAVE_ERR_REMOVE_THREAD_STATE 1
 #if (OPENSSL_VERSION_NUMBER >= 0x10100004L) && \
-  !defined(LIBRESSL_VERSION_NUMBER) && \
-  !defined(OPENSSL_IS_BORINGSSL)
+  !defined(LIBRESSL_VERSION_NUMBER)
 /* OpenSSL 1.1.0-pre4 removed the argument! */
 #define HAVE_ERR_REMOVE_THREAD_STATE_NOARG 1
 #endif