]> andersk Git - openssh.git/blobdiff - hostfile.c
- markus@cvs.openbsd.org 2001/03/23 14:28:32
[openssh.git] / hostfile.c
index 1c3fb22ad43acba6c47fe79a666f394fb4545822..b285ee83cf545aa43f04efc746081e9261ec0bff 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: hostfile.c,v 1.23 2000/12/21 15:10:16 markus Exp $");
+RCSID("$OpenBSD: hostfile.c,v 1.24 2001/01/21 19:05:49 markus Exp $");
 
 #include "packet.h"
 #include "match.h"
-#include "ssh.h"
-#include <openssl/rsa.h>
-#include <openssl/dsa.h>
 #include "key.h"
 #include "hostfile.h"
+#include "log.h"
 
 /*
  * Parses an RSA (number of bits, e, n) or DSA key from a string.  Moves the
This page took 0.044901 seconds and 4 git commands to generate.