diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth2-chall.c | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -9,6 +9,9 @@ | |||
9 | - dtucker@cvs.openbsd.org 2004/05/27 00:50:13 | 9 | - dtucker@cvs.openbsd.org 2004/05/27 00:50:13 |
10 | [readconf.c] | 10 | [readconf.c] |
11 | Kill dead code after fatal(); ok djm@ | 11 | Kill dead code after fatal(); ok djm@ |
12 | - dtucker@cvs.openbsd.org 2004/06/01 14:20:45 | ||
13 | [auth2-chall.c] | ||
14 | Remove redundant #include; ok markus@ | ||
12 | 15 | ||
13 | 20040603 | 16 | 20040603 |
14 | - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. | 17 | - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. |
@@ -1193,4 +1196,4 @@ | |||
1193 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1196 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1194 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1197 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1195 | 1198 | ||
1196 | $Id: ChangeLog,v 1.3377 2004/06/15 00:27:55 djm Exp $ | 1199 | $Id: ChangeLog,v 1.3378 2004/06/15 00:28:24 djm Exp $ |
diff --git a/auth2-chall.c b/auth2-chall.c index aacbf0bcc..486baaaa3 100644 --- a/auth2-chall.c +++ b/auth2-chall.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | */ | 24 | */ |
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2-chall.c,v 1.20 2002/06/30 21:59:45 deraadt Exp $"); | 26 | RCSID("$OpenBSD: auth2-chall.c,v 1.21 2004/06/01 14:20:45 dtucker Exp $"); |
27 | 27 | ||
28 | #include "ssh2.h" | 28 | #include "ssh2.h" |
29 | #include "auth.h" | 29 | #include "auth.h" |
@@ -31,7 +31,6 @@ RCSID("$OpenBSD: auth2-chall.c,v 1.20 2002/06/30 21:59:45 deraadt Exp $"); | |||
31 | #include "packet.h" | 31 | #include "packet.h" |
32 | #include "xmalloc.h" | 32 | #include "xmalloc.h" |
33 | #include "dispatch.h" | 33 | #include "dispatch.h" |
34 | #include "auth.h" | ||
35 | #include "log.h" | 34 | #include "log.h" |
36 | 35 | ||
37 | static int auth2_challenge_start(Authctxt *); | 36 | static int auth2_challenge_start(Authctxt *); |