diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-05 20:23:35 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-05 20:23:35 +0000 |
commit | 924144e6508df8ab6d8338920b697e62d827b966 (patch) | |
tree | ed595c2eaa4b2005caea07a8ab8ed11b52d40e4d /ssh-keyscan.c | |
parent | a42694fa25683488b4dc44abc9dc8bb55414c99f (diff) |
- (bal) Too many <sys/queue.h> issues. Remove all workarounds and
using internal version only.
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 5 |
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" |
10 | RCSID("$OpenBSD: ssh-keyscan.c,v 1.35 2002/03/04 18:30:23 stevesk Exp $"); | 10 | RCSID("$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 | ||