Skip to content

Commit

Permalink
curl_sha512_256: do not look for 'inline' replacement when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlson2k committed Apr 11, 2024
1 parent b17fc98 commit 73ff684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_sha512_256.c
Expand Up @@ -292,7 +292,7 @@ Curl_sha512_256_finish(unsigned char *digest,
#endif

#if !defined(MHDX_INLINE)
# if defined(inline)
# if defined(inline) || defined(HAVE_INLINE_CHECKED)
/* Assume that 'inline' macro was already defined correctly by
* the build system. */
# define MHDX_INLINE inline
Expand Down

0 comments on commit 73ff684

Please sign in to comment.