* buckets/ssl_buckets.c: Finally kill the USE_LEGACY_OPENSSL macro
   and the OpenSSL version checks involved in its definition.


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1775254 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/buckets/ssl_buckets.c b/buckets/ssl_buckets.c
index 19c8eee..b8eb5c5 100644
--- a/buckets/ssl_buckets.c
+++ b/buckets/ssl_buckets.c
@@ -49,10 +49,6 @@
 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
 #endif
 
-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10100000L
-#define USE_LEGACY_OPENSSL
-#endif
-
 #ifdef SERF_NO_SSL_X509_STORE_WRAPPERS
 #define X509_STORE_get0_param(store) ((store)->param)
 #endif