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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/pki.c.orig
0
++ b/pki.c
Lines 30-36 Link Here
30
#endif
30
#endif
31
/* OpenSSL 1.1 made a lot of structures opaque, so we need to
31
/* OpenSSL 1.1 made a lot of structures opaque, so we need to
32
 * define the 1.1 wrappers in previous versions. */
32
 * define the 1.1 wrappers in previous versions. */
33
#if OPENSSL_VERSION_NUMBER < 0x10100000L
33
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
34
#define EVP_PKEY_base_id(o)  ((o)->type)
34
#define EVP_PKEY_base_id(o)  ((o)->type)
35
#define EVP_PKEY_get0_DSA(o) ((o)->pkey.dsa)
35
#define EVP_PKEY_get0_DSA(o) ((o)->pkey.dsa)
36
static EVP_MD_CTX *EVP_MD_CTX_new(void)
36
static EVP_MD_CTX *EVP_MD_CTX_new(void)

Return to bug 645684