summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-04 08:44:02 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-04 08:44:02 +0000
commit19ac1902525b134492d0368bae3431c6f6e28d97 (patch)
treeb970f2b4ff93a15527135539ac20e4cbe93a81d5 /doc
parent02c5ddf91e337fe7a6103c89dc3b3d3972a59b42 (diff)
The macro THREADS was changed to OPENSSL_THREADS a long time ago.
PR: 1096
Diffstat (limited to 'doc')
-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