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

(-)a/src/crypto_openssl.c (-1 / +1 lines)
Lines 47-53 Link Here
47
static unsigned int openssl_init_count = 0;
47
static unsigned int openssl_init_count = 0;
48
static sqlite3_mutex* openssl_rand_mutex = NULL;
48
static sqlite3_mutex* openssl_rand_mutex = NULL;
49
49
50
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
50
#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L
51
static HMAC_CTX *HMAC_CTX_new(void)
51
static HMAC_CTX *HMAC_CTX_new(void)
52
{
52
{
53
  HMAC_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));
53
  HMAC_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));

Return to bug 678502