From 9f32d49de9e3c5ebe112c68a1f1e87bbab086720 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 4 Jun 2005 08:44:05 +0000 Subject: [PATCH] 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(-) 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 -- 2.25.1