mirror of https://github.com/wolfSSL/wolfssl.git
wolfcrypt/src/siphash.c: for WC_SIPHASH_NO_ASM, don't define WOLFSSL_NO_ASM if it's already defined.
parent
dfe0684bc7
commit
e2def987d4
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <wolfssl/wolfcrypt/libwolfssl_sources.h>
|
||||
|
||||
#ifdef WC_SIPHASH_NO_ASM
|
||||
#if defined(WC_SIPHASH_NO_ASM) && !defined(WOLFSSL_NO_ASM)
|
||||
#define WOLFSSL_NO_ASM
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue