Skip to content

Commit

Permalink
Update inline for OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Oct 18, 2024
1 parent 2d4ee86 commit ab74fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypt_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NTLM_INLINE(void) HMAC_CTX_free(HMAC_CTX *ctx)
(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x03050000fL) || \
defined(CRYPT_OPENSSL_DYNAMIC)

static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
NTLM_INLINE(void) HMAC_CTX_cleanup(HMAC_CTX *ctx)
{
NTLM_UNUSED(ctx);
}
Expand Down

0 comments on commit ab74fa2

Please sign in to comment.