We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a94d97 + 628ebbd commit c2dc51eCopy full SHA for c2dc51e
deps/ntlmclient/crypt_openssl.c
@@ -44,7 +44,9 @@ static inline void HMAC_CTX_free(HMAC_CTX *ctx)
44
45
#endif
46
47
-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !LIBRESSL_VERSION_NUMBER) || defined(CRYPT_OPENSSL_DYNAMIC)
+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) || \
48
+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x03050000fL) || \
49
+ defined(CRYPT_OPENSSL_DYNAMIC)
50
51
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
52
{
0 commit comments