]> andersk Git - openssh.git/blobdiff - ssh-keyscan.c
- stevesk@cvs.openbsd.org 2006/07/22 20:48:23
[openssh.git] / ssh-keyscan.c
index fd71f7224ae69da69bd20f66e22b8483d5f59c11..30df75166147cb0836c815ee627a5a92b35073ff 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keyscan.c,v 1.68 2006/07/17 01:31:10 stevesk Exp $ */
+/* $OpenBSD: ssh-keyscan.c,v 1.69 2006/07/22 20:48:23 stevesk Exp $ */
 /*
  * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
  *
  
 #include "openbsd-compat/sys-queue.h"
 #include <sys/resource.h>
+
+#include <openssl/bn.h>
+
 #if defined(HAVE_NETDB_H)
 # include <netdb.h>
 #endif
 #include <errno.h>
 #include <stdarg.h>
 #include <setjmp.h>
+#include <string.h>
 #include <unistd.h>
 
-#include <openssl/bn.h>
-
 #include "xmalloc.h"
 #include "ssh.h"
 #include "ssh1.h"
This page took 0.032881 seconds and 4 git commands to generate.