Skip to content

Commit 088a68a

Browse files
authored
Merge pull request #28 from ethomson/ethomson/c90_fix
C90 standard fixes
2 parents 559f215 + ab74fa2 commit 088a68a

File tree

2 files changed

+1149
-696
lines changed

2 files changed

+1149
-696
lines changed

src/crypt_openssl.c

+1-1
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)