1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-15 14:05:03 -05:00

openssl: remove #if check for 0.9.7 for ENGINE_load_private_key

This commit is contained in:
Daniel Stenberg 2015-11-13 15:55:52 +01:00
parent b430d94fb2
commit 6c20a87105

View File

@ -83,7 +83,7 @@
#error "OPENSSL_VERSION_NUMBER not defined" #error "OPENSSL_VERSION_NUMBER not defined"
#endif #endif
#if OPENSSL_VERSION_NUMBER >= 0x00907001L && !defined(OPENSSL_IS_BORINGSSL) #if !defined(OPENSSL_IS_BORINGSSL)
/* ENGINE_load_private_key() takes four arguments */ /* ENGINE_load_private_key() takes four arguments */
#define HAVE_ENGINE_LOAD_FOUR_ARGS #define HAVE_ENGINE_LOAD_FOUR_ARGS
#include <openssl/ui.h> #include <openssl/ui.h>