]> git.ipfire.org Git - thirdparty/nettle.git/commit
Eliminate conflict with OpenBSD's swap32 macro
authorBrad Smith <brad@comstyle.com>
Mon, 1 Aug 2022 18:57:34 +0000 (14:57 -0400)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 4 Aug 2022 08:31:18 +0000 (10:31 +0200)
commite83d3a8010a295a2f4d0d331b5574cc1aef83e43
tree6b4c19f1546bc19ad2b37de4d022126300039f81
parenta2b05950348cc3ddad6f4b3733d4767f2d4f15aa
Eliminate conflict with OpenBSD's swap32 macro

blowfish-bcrypt.c:152:33: error: too many arguments provided to function-like macro invocation
static void swap32(uint32_t *x, int count)
                                ^
/usr/include/sys/endian.h:71:9: note: macro 'swap32' defined here

Signed-off-by: Brad Smith <brad@comstyle.com>
blowfish-bcrypt.c