summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-07-09 01:21:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-07-09 01:21:16 +0000
commit16b391ec6e5d6e1fb72516317e3ea30c35243f33 (patch)
tree5a009d199a12b6e47fb77bbb7c36726663e3f957 /usr.bin/ssh
parent30be2827faf2d08fd083ca73e8d713f263474cf0 (diff)
KNF
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h
index 72126e0992d..61b1f2c5c72 100644
--- a/usr.bin/ssh/auth.h
+++ b/usr.bin/ssh/auth.h
@@ -7,7 +7,7 @@ void do_authentication2(void);
struct passwd *
auth_get_user(void);
-int allowed_user(struct passwd * pw);;
+int allowed_user(struct passwd * pw);
#define AUTH_FAIL_MAX 6
#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)