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

(-)a/buckets/ssl_buckets.c (-2 / +1 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 && !defined(LIBRESSL_VERSION_NUMBER)
56
#define USE_OPENSSL_1_1_API
56
#define USE_OPENSSL_1_1_API
57
#endif
57
#endif
58
58
59
- 

Return to bug 655316