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

(-)a/libarchive/archive_openssl_hmac_private.h (-1 / +1 lines)
Lines 28-34 Link Here
28
#include <openssl/hmac.h>
28
#include <openssl/hmac.h>
29
#include <openssl/opensslv.h>
29
#include <openssl/opensslv.h>
30
30
31
#if OPENSSL_VERSION_NUMBER < 0x10100000L
31
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
32
#include <stdlib.h> /* malloc, free */
32
#include <stdlib.h> /* malloc, free */
33
#include <string.h> /* memset */
33
#include <string.h> /* memset */
34
static inline HMAC_CTX *HMAC_CTX_new(void)
34
static inline HMAC_CTX *HMAC_CTX_new(void)

Return to bug 610806