diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-12-10 00:52:37 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-12-10 00:52:37 +1100 |
commit | a615314d3b784fbafff3ea72aaf7dc18cd23dbeb (patch) | |
tree | 80f2080e7f6c440cece46705b7b35b0600b0cdbf | |
parent | 1cbc44493527d9ad0d80d119d5f1fd047e575d4a (diff) |
- (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-keyscan.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 | ||
27 | 20031208 | 28 | 20031208 |
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" |
10 | RCSID("$OpenBSD: ssh-keyscan.c,v 1.45 2003/09/19 11:30:39 markus Exp $"); | 10 | RCSID("$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 | ||