[auth2.c]
     Remove unused prototype.  ok djm@
This commit is contained in:
Damien Miller 2007-10-26 14:26:15 +10:00
Родитель 603077ab4c
Коммит b8c9807628
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -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 <sys/poll.h> 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 $

Просмотреть файл

@ -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