Skip to content

Commit be5b62b

Browse files
authored
Merge pull request #8791 from douzzer/20250521-fix-WC_SIPHASH_NO_ASM
20250521-fix-WC_SIPHASH_NO_ASM
2 parents dfe0684 + e2def98 commit be5b62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/siphash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <wolfssl/wolfcrypt/libwolfssl_sources.h>
2323

24-
#ifdef WC_SIPHASH_NO_ASM
24+
#if defined(WC_SIPHASH_NO_ASM) && !defined(WOLFSSL_NO_ASM)
2525
#define WOLFSSL_NO_ASM
2626
#endif
2727

0 commit comments

Comments
 (0)