The macro THREADS was changed to OPENSSL_THREADS a long time ago.
authorRichard Levitte <levitte@openssl.org>
Sat, 4 Jun 2005 08:44:02 +0000 (08:44 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 4 Jun 2005 08:44:02 +0000 (08:44 +0000)
PR: 1096

doc/crypto/threads.pod

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