Remove extra puts() in pwhash test.
This commit is contained in:
parent
28d36d5207
commit
e48b1e6b75
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user