diff --git a/ChangeLog b/ChangeLog index ef1a945cb..6c5b78e75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,9 @@ Also fix a typo. Initial diff from Matthew Dempsky, input from djm. OK djm, markus. + - dtucker@cvs.openbsd.org 2007/09/29 00:25:51 + [auth2.c] + Remove unused prototype. ok djm@ 20070927 - (dtucker) [configure.ac atomicio.c] Fall back to including if @@ -3298,4 +3301,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4765 2007/10/26 04:25:55 djm Exp $ +$Id: ChangeLog,v 1.4766 2007/10/26 04:26:15 djm Exp $ diff --git a/auth2.c b/auth2.c index bded8c2f8..03d7f09dc 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