aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-11-13 15:52:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-11-13 15:52:39 +0100
commitb430d94fb232951dceda2cd492df6a8db75bc266 (patch)
treee20ebd26d8d1dff5bacb8d20eb045259c877cb96 /lib/vtls
parent0755308a6a210fdb886ea127dfa6b6d2359d7f9c (diff)
openssl: all supported versions have X509_STORE_set_flags
Simplify by removing #ifdefs and macros
Diffstat (limited to 'lib/vtls')
-rw-r--r--lib/vtls/openssl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index 06af9df0d..6b0077ca9 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -106,13 +106,6 @@
#define SSL_METHOD_QUAL
#endif
-#if OPENSSL_VERSION_NUMBER >= 0x00907000L
-/* 0.9.6 didn't have X509_STORE_set_flags() */
-#define HAVE_X509_STORE_SET_FLAGS 1
-#else
-#define X509_STORE_set_flags(x,y) Curl_nop_stmt
-#endif
-
#ifdef OPENSSL_IS_BORINGSSL
/* BoringSSL has no ERR_remove_state() */
#define ERR_remove_state(x)