- (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
This commit is contained in:
parent
1cbc444935
commit
a615314d3b
|
@ -23,6 +23,7 @@
|
||||||
- markus@cvs.openbsd.org 2003/12/08 11:00:47
|
- markus@cvs.openbsd.org 2003/12/08 11:00:47
|
||||||
[kexgexc.c]
|
[kexgexc.c]
|
||||||
print requested group size in debug; ok djm
|
print requested group size in debug; ok djm
|
||||||
|
- (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
|
||||||
|
|
||||||
20031208
|
20031208
|
||||||
- (tim) [configure.ac] Bug 770. Fix --without-rpath.
|
- (tim) [configure.ac] Bug 770. Fix --without-rpath.
|
||||||
|
@ -1561,4 +1562,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
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"
|
#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"
|
#include "openbsd-compat/sys-queue.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue