From: Richard Levitte Date: Sat, 4 Jun 2005 08:44:08 +0000 (+0000) Subject: The macro THREADS was changed to OPENSSL_THREADS a long time ago. X-Git-Tag: OpenSSL_0_9_8-beta4~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc5354cbf0a2ede3156c09a407c42652bcb4c8ec;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