summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
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 bded8c2f8..03d7f09dc 100644
--- a/auth2.c
+++ b/auth2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2.c,v 1.115 2007/04/14 22:01:58 stevesk Exp $ */ 1/* $OpenBSD: auth2.c,v 1.116 2007/09/29 00:25:51 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -87,7 +87,6 @@ static void input_userauth_request(int, u_int32_t, void *);
87/* helper */ 87/* helper */
88static Authmethod *authmethod_lookup(const char *); 88static Authmethod *authmethod_lookup(const char *);
89static char *authmethods_get(void); 89static char *authmethods_get(void);
90int user_key_allowed(struct passwd *, Key *);
91 90
92/* 91/*
93 * loop until authctxt->success == TRUE 92 * loop until authctxt->success == TRUE