mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fix typo with blake2b_test return code.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user