summaryrefslogtreecommitdiff
path: root/hostfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostfile.c')
-rw-r--r--hostfile.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/hostfile.c b/hostfile.c
index 1c3fb22ad..b285ee83c 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -36,15 +36,13 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: hostfile.c,v 1.23 2000/12/21 15:10:16 markus Exp $"); 39RCSID("$OpenBSD: hostfile.c,v 1.24 2001/01/21 19:05:49 markus Exp $");
40 40
41#include "packet.h" 41#include "packet.h"
42#include "match.h" 42#include "match.h"
43#include "ssh.h"
44#include <openssl/rsa.h>
45#include <openssl/dsa.h>
46#include "key.h" 43#include "key.h"
47#include "hostfile.h" 44#include "hostfile.h"
45#include "log.h"
48 46
49/* 47/*
50 * Parses an RSA (number of bits, e, n) or DSA key from a string. Moves the 48 * Parses an RSA (number of bits, e, n) or DSA key from a string. Moves the