From 19ac1902525b134492d0368bae3431c6f6e28d97 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 4 Jun 2005 08:44:02 +0000 Subject: The macro THREADS was changed to OPENSSL_THREADS a long time ago. PR: 1096 --- doc/crypto/threads.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3