call hamc init with blake2 software test

This commit is contained in:
Jacob Barthelmeh
2018-08-08 13:09:32 -06:00
parent bb574d28b2
commit b71c2ddf38

View File

@@ -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;