From b71c2ddf38f51f50826eadfcd161962ecabcc7c0 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 8 Aug 2018 13:09:32 -0600 Subject: [PATCH] call hamc init with blake2 software test --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index eba454fa0..0eed831e5 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -3448,7 +3448,7 @@ int hmac_blake2b_test(void) continue; /* cavium can't handle short keys, fips not allowed */ #endif - #if defined(HAVE_CAVIUM) && !defined(HAVE_CAVIUM_V) + #if !defined(HAVE_CAVIUM_V) /* Blake2 only supported on Cavium Nitrox III */ if (wc_HmacInit(&hmac, HEAP_HINT, devId) != 0) return -3600;