summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:26:15 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:26:15 +1000
commitb8c98076283a43e21dc53580837f3296c186ecd6 (patch)
tree139a108106f024e51a55d04c9e69e1662f207341 /auth2.c
parent603077ab4c2446d19784e84590ae13c58f9d5032 (diff)
downloadopenssh-git-b8c98076283a43e21dc53580837f3296c186ecd6.tar.gz
- dtucker@cvs.openbsd.org 2007/09/29 00:25:51
[auth2.c] Remove unused prototype. ok djm@
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index bded8c2f..03d7f09d 100644
--- a/auth2.c
+++ b/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.
*
@@ -87,7 +87,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