From: Richard Levitte Date: Sat, 4 Jun 2005 08:44:02 +0000 (+0000) Subject: The macro THREADS was changed to OPENSSL_THREADS a long time ago. X-Git-Tag: OpenSSL_0_9_8k^2~2052 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=19ac1902525b134492d0368bae3431c6f6e28d97 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