We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 559f215 + ab74fa2 commit 088a68aCopy full SHA for 088a68a
src/crypt_openssl.c
@@ -48,7 +48,7 @@ NTLM_INLINE(void) HMAC_CTX_free(HMAC_CTX *ctx)
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)
+NTLM_INLINE(void) HMAC_CTX_cleanup(HMAC_CTX *ctx)
52
{
53
NTLM_UNUSED(ctx);
54
}
0 commit comments