From: Richard Levitte Date: Sat, 4 Jun 2005 08:44:05 +0000 (+0000) Subject: The macro THREADS was changed to OPENSSL_THREADS a long time ago. X-Git-Tag: FIPS_TEST_9~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f32d49de9e3c5ebe112c68a1f1e87bbab086720;p=oweals%2Fopenssl.git The macro THREADS was changed to OPENSSL_THREADS a long time ago. PR: 1096 --- diff --git a/doc/crypto/threads.pod b/doc/crypto/threads.pod index afa45cd76c..c7fca5a531 100644 --- a/doc/crypto/threads.pod +++ b/doc/crypto/threads.pod @@ -130,7 +130,7 @@ You can find out if OpenSSL was configured with thread support: #define OPENSSL_THREAD_DEFINES #include - #if defined(THREADS) + #if defined(OPENSSL_THREADS) // thread support enabled #else // no thread support