Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 626298
Collapse All | Expand All

(-)serf-1.3.9.orig/buckets/ssl_buckets.c (-1 / +2 lines)
Lines 52-58 Link Here
52
#define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
52
#define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
53
#endif
53
#endif
54
54
55
#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
55
#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L \
56
    && !defined(LIBRESSL_VERSION_NUMBER)
56
#define USE_OPENSSL_1_1_API
57
#define USE_OPENSSL_1_1_API
57
#endif
58
#endif
58
59

Return to bug 626298