summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 824264c32..744f80249 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -9,12 +9,7 @@
9#include "includes.h" 9#include "includes.h"
10RCSID("$OpenBSD: ssh-keyscan.c,v 1.35 2002/03/04 18:30:23 stevesk Exp $"); 10RCSID("$OpenBSD: ssh-keyscan.c,v 1.35 2002/03/04 18:30:23 stevesk Exp $");
11 11
12#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
13#include <sys/queue.h>
14#else
15#include "openbsd-compat/fake-queue.h" 12#include "openbsd-compat/fake-queue.h"
16#endif
17#include <errno.h>
18 13
19#include <openssl/bn.h> 14#include <openssl/bn.h>
20 15