mirror of
https://github.com/moparisthebest/curl
synced 2024-12-25 01:28:51 -05:00
openssl: assume engine support in 0.9.8 or later
Fixes #2983 Closes #2988
This commit is contained in:
parent
daa12c6eb3
commit
1599dfcba6
@ -69,7 +69,7 @@
|
||||
#include <openssl/ocsp.h>
|
||||
#endif
|
||||
|
||||
#if (OPENSSL_VERSION_NUMBER >= 0x10000000L) && /* 1.0.0 or later */ \
|
||||
#if (OPENSSL_VERSION_NUMBER >= 0x0090800fL) && /* 0.9.8 or later */ \
|
||||
!defined(OPENSSL_NO_ENGINE)
|
||||
#define USE_OPENSSL_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
|
Loading…
Reference in New Issue
Block a user