You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by st...@apache.org on 2016/12/20 10:38:12 UTC

svn commit: r1775254 - /serf/trunk/buckets/ssl_buckets.c

Author: stsp
Date: Tue Dec 20 10:38:12 2016
New Revision: 1775254

URL: http://svn.apache.org/viewvc?rev=1775254&view=rev
Log:
* buckets/ssl_buckets.c: Finally kill the USE_LEGACY_OPENSSL macro
   and the OpenSSL version checks involved in its definition.

Modified:
    serf/trunk/buckets/ssl_buckets.c

Modified: serf/trunk/buckets/ssl_buckets.c
URL: http://svn.apache.org/viewvc/serf/trunk/buckets/ssl_buckets.c?rev=1775254&r1=1775253&r2=1775254&view=diff
==============================================================================
--- serf/trunk/buckets/ssl_buckets.c (original)
+++ serf/trunk/buckets/ssl_buckets.c Tue Dec 20 10:38:12 2016
@@ -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