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

Collapse All | Expand All

(-)deps/ntlmclient/crypt_openssl.c (+2 lines)
Lines 44-49 static inline void HMAC_CTX_free(HMAC_CTX *ctx) Link Here
44
44
45
#endif
45
#endif
46
46
47
#ifndef HMAC_CTX_cleanup
47
#if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(CRYPT_OPENSSL_DYNAMIC)
48
#if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(CRYPT_OPENSSL_DYNAMIC)
48
49
49
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
50
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
Lines 51-56 static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx) Link Here
51
	NTLM_UNUSED(ctx);
52
	NTLM_UNUSED(ctx);
52
}
53
}
53
54
55
#endif
54
#endif
56
#endif
55
57
56
58

Return to bug 260216