mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2007/09/29 00:25:51
[auth2.c] Remove unused prototype. ok djm@
This commit is contained in:
parent
603077ab4c
commit
b8c9807628
|
@ -27,6 +27,9 @@
|
||||||
Also fix a typo.
|
Also fix a typo.
|
||||||
Initial diff from Matthew Dempsky, input from djm.
|
Initial diff from Matthew Dempsky, input from djm.
|
||||||
OK djm, markus.
|
OK djm, markus.
|
||||||
|
- dtucker@cvs.openbsd.org 2007/09/29 00:25:51
|
||||||
|
[auth2.c]
|
||||||
|
Remove unused prototype. ok djm@
|
||||||
|
|
||||||
20070927
|
20070927
|
||||||
- (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
|
- (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
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
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 $
|
||||||
|
|
3
auth2.c
3
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.
|
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -87,7 +87,6 @@ static void input_userauth_request(int, u_int32_t, void *);
|
||||||
/* helper */
|
/* helper */
|
||||||
static Authmethod *authmethod_lookup(const char *);
|
static Authmethod *authmethod_lookup(const char *);
|
||||||
static char *authmethods_get(void);
|
static char *authmethods_get(void);
|
||||||
int user_key_allowed(struct passwd *, Key *);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* loop until authctxt->success == TRUE
|
* loop until authctxt->success == TRUE
|
||||||
|
|
Loading…
Reference in New Issue