diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 12:32:46 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 12:32:46 +0200 |
commit | 888c459925c7478ce22ff206c9ac1fb812a40caf (patch) | |
tree | a1e2172a5289ea6e2000d6b16d29fd48b67331c9 /auth.c | |
parent | Replace remaining references to ChallengeResponse. (diff) | |
download | openssh-888c459925c7478ce22ff206c9ac1fb812a40caf.tar.xz openssh-888c459925c7478ce22ff206c9ac1fb812a40caf.zip |
Remove some whitespace not in upstream.
Reduces diff vs OpenBSD by a small amount.
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -375,7 +375,6 @@ auth_log(struct ssh *ssh, int authenticated, int partial, #endif } - void auth_maxtries_exceeded(struct ssh *ssh) { |