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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/crypto/tls_openssl.c
0
++ b/src/crypto/tls_openssl.c
Lines 103-110 Link Here
103
#endif /* OPENSSL_NEED_EAP_FAST_PRF */
103
#endif /* OPENSSL_NEED_EAP_FAST_PRF */
104
104
105
#endif
105
#endif
106
106
#if (OPENSSL_VERSION_NUMBER < 0x10100000L || \
107
#if OPENSSL_VERSION_NUMBER < 0x10100000L
107
     defined(LIBRESSL_VERSION_NUMBER))
108
#ifdef CONFIG_SUITEB
108
#ifdef CONFIG_SUITEB
109
static int RSA_bits(const RSA *r)
109
static int RSA_bits(const RSA *r)
110
{
110
{

Return to bug 672632