mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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;
|
return -1920 - i;
|
||||||
|
|
||||||
if (XMEMCMP(digest, blake2b_vec[i], 64) != 0) {
|
if (XMEMCMP(digest, blake2b_vec[i], 64) != 0) {
|
||||||
return -193o - i;
|
return -1930 - i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user