View | Details | Raw Unified | Return to bug 219605
Collapse All | Expand All

(-)rsa.c 2017-05-28 03:34:19.755854000 +0200 (-1 / +1 lines)
Lines 13-19 Link Here
13
/* Forward compatibility functions if libssl < 1.1.0. */
13
/* Forward compatibility functions if libssl < 1.1.0. */
14
#if OPENSSL_VERSION_NUMBER < 0x10100000L
14
#if OPENSSL_VERSION_NUMBER < 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
15
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
15
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
16
{
16
{

Return to bug 219605