Commit 19ac1902 authored by Richard Levitte's avatar Richard Levitte
Browse files

The macro THREADS was changed to OPENSSL_THREADS a long time ago.

PR: 1096
parent 02c5ddf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ You can find out if OpenSSL was configured with thread support:

 #define OPENSSL_THREAD_DEFINES
 #include <openssl/opensslconf.h>
 #if defined(THREADS)
 #if defined(OPENSSL_THREADS)
   // thread support enabled
 #else
   // no thread support