mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Remove some whitespace not in upstream.
Reduces diff vs OpenBSD by a small amount.
This commit is contained in:
parent
4d2d4d47a1
commit
888c459925
1
auth.c
1
auth.c
@ -375,7 +375,6 @@ auth_log(struct ssh *ssh, int authenticated, int partial,
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
auth_maxtries_exceeded(struct ssh *ssh)
|
||||
{
|
||||
|
@ -350,7 +350,6 @@ main(int argc, char **argv)
|
||||
log_init(__progname, log_level, log_facility, log_stderr);
|
||||
|
||||
pkcs11_init(0);
|
||||
|
||||
in = STDIN_FILENO;
|
||||
out = STDOUT_FILENO;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user