diff options
author | 2007-09-29 00:25:51 +0000 | |
---|---|---|
committer | 2007-09-29 00:25:51 +0000 | |
commit | 948d45df390856e4d8f1b365aca17c670e07648c (patch) | |
tree | 5487f7f5de78e282276aca0aa2033371cce95da5 | |
parent | KNF (diff) | |
download | wireguard-openbsd-948d45df390856e4d8f1b365aca17c670e07648c.tar.xz wireguard-openbsd-948d45df390856e4d8f1b365aca17c670e07648c.zip |
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 |