The macro THREADS was changed to OPENSSL_THREADS a long time ago.
[openssl.git] / 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>
- #if defined(THREADS)
+ #if defined(OPENSSL_THREADS)
    // thread support enabled
  #else
    // no thread support