summaryrefslogtreecommitdiff
path: root/hostfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostfile.h')
-rw-r--r--hostfile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/hostfile.h b/hostfile.h
index e1f5d164a..346bcd9ba 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: hostfile.h,v 1.6 2001/01/29 01:58:16 niklas Exp $ */ 1/* $OpenBSD: hostfile.h,v 1.7 2001/02/08 19:30:51 itojun Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -14,6 +14,9 @@
14#ifndef HOSTFILE_H 14#ifndef HOSTFILE_H
15#define HOSTFILE_H 15#define HOSTFILE_H
16 16
17int
18auth_rsa_read_key(char **cpp, u_int *bitsp, BIGNUM * e, BIGNUM * n);
19
17/* 20/*
18 * Checks whether the given host is already in the list of our known hosts. 21 * Checks whether the given host is already in the list of our known hosts.
19 * Returns HOST_OK if the host is known and has the specified key, HOST_NEW 22 * Returns HOST_OK if the host is known and has the specified key, HOST_NEW