diff options
author | 2005-03-10 22:01:05 +0000 | |
---|---|---|
committer | 2005-03-10 22:01:05 +0000 | |
commit | 96dd1b33be3ae502fbf39f59d448abeddd6894e6 (patch) | |
tree | 28791c2a45055b9ab97e480be0a54c536a911040 /usr.bin/ssh/monitor.c | |
parent | remove dead code, noted by ho@ (diff) | |
download | wireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.tar.xz wireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.zip |
spacing
Diffstat (limited to 'usr.bin/ssh/monitor.c')
-rw-r--r-- | usr.bin/ssh/monitor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/monitor.c b/usr.bin/ssh/monitor.c index 1c3c21fca55..1e201ffa469 100644 --- a/usr.bin/ssh/monitor.c +++ b/usr.bin/ssh/monitor.c @@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: monitor.c,v 1.62 2005/01/30 11:18:08 dtucker Exp $"); +RCSID("$OpenBSD: monitor.c,v 1.63 2005/03/10 22:01:05 deraadt Exp $"); #include <openssl/dh.h> @@ -772,7 +772,7 @@ mm_answer_keyallowed(int sock, Buffer *m) debug3("%s: key_from_blob: %p", __func__, key); if (key != NULL && authctxt->valid) { - switch(type) { + switch (type) { case MM_USERKEY: allowed = options.pubkey_authentication && user_key_allowed(authctxt->pw, key); |