The macro THREADS was changed to OPENSSL_THREADS a long time ago.

PR: 1096
This commit is contained in:
Richard Levitte 2005-06-04 08:44:08 +00:00
parent cc4997843e
commit bc5354cbf0

View 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