summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:26:15 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:26:15 +1000
commitb8c98076283a43e21dc53580837f3296c186ecd6 (patch)
tree139a108106f024e51a55d04c9e69e1662f207341
parent603077ab4c2446d19784e84590ae13c58f9d5032 (diff)
- dtucker@cvs.openbsd.org 2007/09/29 00:25:51
[auth2.c] Remove unused prototype. ok djm@
-rw-r--r--ChangeLog5
-rw-r--r--auth2.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ef1a945cb..6c5b78e75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
27 Also fix a typo. 27 Also fix a typo.
28 Initial diff from Matthew Dempsky, input from djm. 28 Initial diff from Matthew Dempsky, input from djm.
29 OK djm, markus. 29 OK djm, markus.
30 - dtucker@cvs.openbsd.org 2007/09/29 00:25:51
31 [auth2.c]
32 Remove unused prototype. ok djm@
30 33
3120070927 3420070927
32 - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if 35 - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
@@ -3298,4 +3301,4 @@
3298 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3301 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3299 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3302 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3300 3303
3301$Id: ChangeLog,v 1.4765 2007/10/26 04:25:55 djm Exp $ 3304$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 @@
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 */
88static Authmethod *authmethod_lookup(const char *); 88static Authmethod *authmethod_lookup(const char *);
89static char *authmethods_get(void); 89static char *authmethods_get(void);
90int user_key_allowed(struct passwd *, Key *);
91 90
92/* 91/*
93 * loop until authctxt->success == TRUE 92 * loop until authctxt->success == TRUE