diff --git a/wolfcrypt/src/siphash.c b/wolfcrypt/src/siphash.c index b7dbb4152..c64ef0d05 100644 --- a/wolfcrypt/src/siphash.c +++ b/wolfcrypt/src/siphash.c @@ -21,7 +21,7 @@ #include -#ifdef WC_SIPHASH_NO_ASM +#if defined(WC_SIPHASH_NO_ASM) && !defined(WOLFSSL_NO_ASM) #define WOLFSSL_NO_ASM #endif