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

Collapse All | Expand All

(-)a/config.tests/unix/openssl/openssl.cpp (-6 lines)
Lines 43-54 Link Here
43
#  error "OpenSSL >= 0.9.7 is required"
43
#  error "OpenSSL >= 0.9.7 is required"
44
#endif
44
#endif
45
45
46
#include <openssl/ssl.h>
47
48
#if OPENSSL_VERSION_NUMBER-0 >= 0x10002000L && !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)
49
#  error "OpenSSL was reported as >= 1.0.2 but is missing required features, possibly it's libressl which is unsupported"
50
#endif
51
52
int main()
46
int main()
53
{
47
{
54
}
48
}

Return to bug 562050