mirror of git://anongit.mindrot.org/openssh.git
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)
|
||||
{
|
||||
|
|
|
@ -4012,7 +4012,7 @@ channel_request_rforward_cancel_streamlocal(struct ssh *ssh, const char *path)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Request cancellation of remote forwarding of a connection from local side.
|
||||
*/
|
||||
|
|
|
@ -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…
Reference in New Issue