- (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.

This commit is contained in:
Darren Tucker 2003-12-10 00:52:37 +11:00
Родитель 1cbc444935
Коммит a615314d3b
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -23,6 +23,7 @@
- markus@cvs.openbsd.org 2003/12/08 11:00:47
[kexgexc.c]
print requested group size in debug; ok djm
- (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
20031208
- (tim) [configure.ac] Bug 770. Fix --without-rpath.
@ -1561,4 +1562,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3137 2003/12/09 08:19:38 dtucker Exp $
$Id: ChangeLog,v 1.3138 2003/12/09 13:52:37 dtucker Exp $

Просмотреть файл

@ -7,7 +7,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: ssh-keyscan.c,v 1.45 2003/09/19 11:30:39 markus Exp $");
RCSID("$OpenBSD: ssh-keyscan.c,v 1.46 2003/11/23 23:17:34 djm Exp $");
#include "openbsd-compat/sys-queue.h"