mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Use puts instead of printf
This commit is contained in:
parent
f7c0f82cee
commit
24e83aa312
@ -117,7 +117,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if (passphrase_dialog(&passphrase, message))
|
if (passphrase_dialog(&passphrase, message))
|
||||||
{
|
{
|
||||||
printf("%s\n", passphrase);
|
puts(passphrase);
|
||||||
memset(passphrase, '\0', strlen(passphrase));
|
memset(passphrase, '\0', strlen(passphrase));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user