]> granicus.if.org Git - curl/commitdiff
openssl: remove #if check for 0.9.7 for ENGINE_load_private_key
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Nov 2015 14:55:52 +0000 (15:55 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Nov 2015 14:55:52 +0000 (15:55 +0100)
lib/vtls/openssl.c

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