]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2006/07/06 16:22:39
authordjm <djm>
Mon, 10 Jul 2006 10:53:31 +0000 (10:53 +0000)
committerdjm <djm>
Mon, 10 Jul 2006 10:53:31 +0000 (10:53 +0000)
     [ssh-keygen.c]
     move #include "dns.h" up

ChangeLog
ssh-keygen.c

index beedf79b6f49a64aa97a2d31105447f3f05aa716..a76b7abd22d9338cc01a9846c17ee9fca280a94d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,9 @@
      [ssh.c sshconnect.c sshconnect.h sshd.c sshpty.c sshpty.h uidswap.c]
      [uidswap.h]
      move #include <pwd.h> out of includes.h; ok markus@
+   - stevesk@cvs.openbsd.org 2006/07/06 16:22:39
+     [ssh-keygen.c]
+     move #include "dns.h" up
 
 20060706
  - (dtucker) [configure.ac] Try AIX blibpath test in different order when
index b10e42ec89ea7aa9a9ef4253aa839d89d3b25334..aa2030ea7475c2226566de798dbdb9f13c8f7422 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.145 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.146 2006/07/06 16:22:39 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 #include "misc.h"
 #include "match.h"
 #include "hostfile.h"
+#include "dns.h"
 
 #ifdef SMARTCARD
 #include "scard.h"
 #endif
-#include "dns.h"
 
 /* Number of bits in the RSA/DSA key.  This value can be set on the command line. */
 #define DEFAULT_BITS           2048
This page took 0.051382 seconds and 5 git commands to generate.