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

(-)a/mutt_ssl.c (-2 / +1 lines)
Lines 28-34 Link Here
28
#include <openssl/rand.h>
28
#include <openssl/rand.h>
29
#include <openssl/evp.h>
29
#include <openssl/evp.h>
30
30
31
#if OPENSSL_VERSION_NUMBER < 0x10100000L
31
#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
32
#define X509_get0_notBefore X509_get_notBefore
32
#define X509_get0_notBefore X509_get_notBefore
33
#define X509_get0_notAfter X509_get_notAfter
33
#define X509_get0_notAfter X509_get_notAfter
34
#define X509_getm_notBefore X509_get_notBefore
34
#define X509_getm_notBefore X509_get_notBefore
35
- 

Return to bug 674898