ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/serf/files/patch-buckets_ssl__buckets.c
Revision: 22303
Committed: Mon Feb 20 02:12:38 2017 UTC (7 years, 2 months ago) by laffer1
Content type: text/plain
File size: 408 byte(s)
Log Message:
serf 1.3.9

File Contents

# Content
1 --- buckets/ssl_buckets.c.orig 2016-06-30 15:45:07 UTC
2 +++ buckets/ssl_buckets.c
3 @@ -52,7 +52,7 @@
4 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
5 #endif
6
7 -#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
8 +#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
9 #define USE_OPENSSL_1_1_API
10 #endif
11

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain