Skip to content

Commit e2def98

Browse files
committed
wolfcrypt/src/siphash.c: for WC_SIPHASH_NO_ASM, don't define WOLFSSL_NO_ASM if it's already defined.
1 parent dfe0684 commit e2def98

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)