summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh-keyscan.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bb1ddf35..6d38e3cd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
23 - markus@cvs.openbsd.org 2003/12/08 11:00:47 23 - markus@cvs.openbsd.org 2003/12/08 11:00:47
24 [kexgexc.c] 24 [kexgexc.c]
25 print requested group size in debug; ok djm 25 print requested group size in debug; ok djm
26 - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
26 27
2720031208 2820031208
28 - (tim) [configure.ac] Bug 770. Fix --without-rpath. 29 - (tim) [configure.ac] Bug 770. Fix --without-rpath.
@@ -1561,4 +1562,4 @@
1561 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1562 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1562 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1563 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1563 1564
1564$Id: ChangeLog,v 1.3137 2003/12/09 08:19:38 dtucker Exp $ 1565$Id: ChangeLog,v 1.3138 2003/12/09 13:52:37 dtucker Exp $
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 04d43da35..68b6a0ad1 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -7,7 +7,7 @@
7 */ 7 */
8 8
9#include "includes.h" 9#include "includes.h"
10RCSID("$OpenBSD: ssh-keyscan.c,v 1.45 2003/09/19 11:30:39 markus Exp $"); 10RCSID("$OpenBSD: ssh-keyscan.c,v 1.46 2003/11/23 23:17:34 djm Exp $");
11 11
12#include "openbsd-compat/sys-queue.h" 12#include "openbsd-compat/sys-queue.h"
13 13