diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2007-09-29 00:25:52 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2007-09-29 00:25:52 +0000 |
commit | 4cd98ce9820d1d28700d87970c57f22e9c8b6009 (patch) | |
tree | 7520af9f1a67cc76966d31c1b493e98afc37f054 | |
parent | 8648f48f08a29abeeffa596909f91020d3ce054b (diff) |
Remove unused prototype. ok djm@
-rw-r--r-- | usr.bin/ssh/auth2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index 4b8a81c8f58..33a4ced5016 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2.c,v 1.115 2007/04/14 22:01:58 stevesk Exp $ */ +/* $OpenBSD: auth2.c,v 1.116 2007/09/29 00:25:51 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -83,7 +83,6 @@ static void input_userauth_request(int, u_int32_t, void *); /* helper */ static Authmethod *authmethod_lookup(const char *); static char *authmethods_get(void); -int user_key_allowed(struct passwd *, Key *); /* * loop until authctxt->success == TRUE |