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

PR: 1096
This commit is contained in:
Richard Levitte
2005-06-04 08:44:05 +00:00
parent db84c9075b
commit 9f32d49de9

View File

@@ -130,7 +130,7 @@ You can find out if OpenSSL was configured with thread support:
#define OPENSSL_THREAD_DEFINES #define OPENSSL_THREAD_DEFINES
#include <openssl/opensslconf.h> #include <openssl/opensslconf.h>
#if defined(THREADS) #if defined(OPENSSL_THREADS)
// thread support enabled // thread support enabled
#else #else
// no thread support // no thread support