Skip to content

Commit

Permalink
Merge pull request #28 from ethomson/ethomson/c90_fix
Browse files Browse the repository at this point in the history
C90 standard fixes
  • Loading branch information
ethomson authored Oct 18, 2024
2 parents 559f215 + ab74fa2 commit 088a68a
Show file tree
Hide file tree
Showing 2 changed files with 1,149 additions and 696 deletions.
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
Loading

0 comments on commit 088a68a

Please sign in to comment.