mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove extra puts() in pwhash test.
This commit is contained in:
@@ -28,7 +28,6 @@ int main(void)
|
||||
MEMLIMIT, OPSLIMIT) != 0) {
|
||||
printf("pwhash_str failure\n");
|
||||
}
|
||||
puts(str_out);
|
||||
if (crypto_pwhash_scryptxsalsa208sha256_str_verify(str_out, passwd,
|
||||
strlen(passwd)) != 0) {
|
||||
printf("pwhash_str_verify failure\n");
|
||||
|
||||
Reference in New Issue
Block a user