diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 510c5a0ec..94f09a624 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -1506,7 +1506,7 @@ int blake2b_test(void) return -1920 - i; if (XMEMCMP(digest, blake2b_vec[i], 64) != 0) { - return -193o - i; + return -1930 - i; } }