diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |
88 | static Authmethod *authmethod_lookup(const char *); | 88 | static Authmethod *authmethod_lookup(const char *); |
89 | static char *authmethods_get(void); | 89 | static char *authmethods_get(void); |
90 | int user_key_allowed(struct passwd *, Key *); | ||
91 | 90 | ||
92 | /* | 91 | /* |
93 | * loop until authctxt->success == TRUE | 92 | * loop until authctxt->success == TRUE |