View | Details | Raw Unified | Return to bug 260216 | Differences between
and this patch

Collapse All | Expand All

(-)deps/ntlmclient/crypt_openssl.c (-1 / +1 lines)
Lines 44-50 static inline void HMAC_CTX_free(HMAC_CTX *ctx) Link Here
44
44
45
#endif
45
#endif
46
46
47
#if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(CRYPT_OPENSSL_DYNAMIC)
47
#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !LIBRESSL_VERSION_NUMBER) || defined(CRYPT_OPENSSL_DYNAMIC)
48
48
49
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
49
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
50
{
50
{

Return to bug 260216