The macro THREADS was changed to OPENSSL_THREADS a long time ago.
PR: 1096
This commit is contained in:
parent
cc4997843e
commit
bc5354cbf0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue