]> andersk Git - openssh.git/blobdiff - hostfile.c
- Reduce diff against OpenBSD source
[openssh.git] / hostfile.c
index b027075afad172c754947c8ad21845e4d991a9f9..29efe5656a13d0a59061149e836b75b3c3f79455 100644 (file)
 #include "includes.h"
 RCSID("$OpenBSD: hostfile.c,v 1.16 2000/04/14 10:30:31 markus Exp $");
 
-#ifdef HAVE_OPENSSL
-#include <openssl/bn.h>
-#include <openssl/rsa.h>
-#include <openssl/dsa.h>
-#endif
-#ifdef HAVE_SSL
-#include <ssl/bn.h>
-#include <ssl/rsa.h>
-#include <ssl/dsa.h>
-#endif
-
 #include "packet.h"
 #include "match.h"
 #include "ssh.h"
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
 #include "key.h"
 #include "hostfile.h"
 
This page took 0.034765 seconds and 4 git commands to generate.