Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 576272 | Differences between
and this patch

Collapse All | Expand All

(-)src/tls/tls.h.orig (-1 / +1 lines)
Lines 89-95 Link Here
89
#endif
89
#endif
90
90
91
 /* Backwards compatibility with OpenSSL < 1.1.0 */
91
 /* Backwards compatibility with OpenSSL < 1.1.0 */
92
#if OPENSSL_VERSION_NUMBER < 0x10100000L
92
#ifndef OPENSSL_VERSION
93
#define OpenSSL_version_num SSLeay
93
#define OpenSSL_version_num SSLeay
94
#define OpenSSL_version SSLeay_version
94
#define OpenSSL_version SSLeay_version
95
#define OPENSSL_VERSION SSLEAY_VERSION
95
#define OPENSSL_VERSION SSLEAY_VERSION

Return to bug 576272