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

Collapse All | Expand All

(-)libp11-0.4.10/src/p11_rsa.c (-1 / +1 lines)
Lines 430-436 Link Here
430
430
431
#endif
431
#endif
432
432
433
#if OPENSSL_VERSION_NUMBER < 0x10100005L || defined(LIBRESSL_VERSION_NUMBER)
433
#if OPENSSL_VERSION_NUMBER < 0x10100005L || ( defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x3000000L )
434
434
435
static int RSA_meth_set_flags(RSA_METHOD *meth, int flags)
435
static int RSA_meth_set_flags(RSA_METHOD *meth, int flags)
436
{
436
{

Return to bug 692240