The macro THREADS was changed to OPENSSL_THREADS a long time ago.
PR: 1096
This commit is contained in:
parent
02c5ddf91e
commit
19ac190252
@ -130,7 +130,7 @@ You can find out if OpenSSL was configured with thread support:
|
|||||||
|
|
||||||
#define OPENSSL_THREAD_DEFINES
|
#define OPENSSL_THREAD_DEFINES
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#if defined(THREADS)
|
#if defined(OPENSSL_THREADS)
|
||||||
// thread support enabled
|
// thread support enabled
|
||||||
#else
|
#else
|
||||||
// no thread support
|
// no thread support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user