summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/crypto/threads.pod2
1 files changed, 1 insertions, 1 deletions
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 <openssl/opensslconf.h>
- #if defined(THREADS)
+ #if defined(OPENSSL_THREADS)
// thread support enabled
#else
// no thread support