mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Coverity FP
This commit is contained in:
parent
dc1e4b468d
commit
c16502fc2c
@ -1099,8 +1099,8 @@ int main(void)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (crypto_sign_detached(sig, &siglen,
|
if (crypto_sign_detached(sig, &siglen,
|
||||||
(const unsigned char *) test_data[i].m, i,
|
(const unsigned char *) test_data[i].m,
|
||||||
test_data[i].sk) != 0) {
|
i, skpk) != 0) {
|
||||||
printf("detached signature failed: [%u]\n", i);
|
printf("detached signature failed: [%u]\n", i);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user