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

(-)a/deps/neverbleed/neverbleed.c (-1 / +1 lines)
Lines 630-636 Link Here
630
    return 0;
630
    return 0;
631
}
631
}
632
632
633
#if !OPENSSL_1_1_API
633
#if !OPENSSL_1_1_API && !defined(LIBRESSL_VERSION_NUMBER)
634
634
635
static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
635
static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
636
{
636
{

Return to bug 678430