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

(-)a/host/include/openssl_compat.h (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
#include <openssl/rsa.h>
13
#include <openssl/rsa.h>
14
14
15
#if OPENSSL_VERSION_NUMBER < 0x10100000L
15
#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L
16
16
17
static inline void RSA_get0_key(const RSA *rsa, const BIGNUM **n,
17
static inline void RSA_get0_key(const RSA *rsa, const BIGNUM **n,
18
				const BIGNUM **e, const BIGNUM **d)
18
				const BIGNUM **e, const BIGNUM **d)

Return to bug 678594