Skip to content

Commit ab74fa2

Browse files
committed
Update inline for OpenSSL
1 parent 2d4ee86 commit ab74fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypt_openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NTLM_INLINE(void) HMAC_CTX_free(HMAC_CTX *ctx)
4848
(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x03050000fL) || \
4949
defined(CRYPT_OPENSSL_DYNAMIC)
5050

51-
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
51+
NTLM_INLINE(void) HMAC_CTX_cleanup(HMAC_CTX *ctx)
5252
{
5353
NTLM_UNUSED(ctx);
5454
}

0 commit comments

Comments
 (0)