mirror of
https://github.com/curl/curl.git
synced 2026-06-18 10:15:36 +03:00
openssl: assume engine support in 0.9.8 or later
Fixes #2983 Closes #2988
This commit is contained in:
parent
daa12c6eb3
commit
1599dfcba6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue