From 5b2aea949419fc5ca0dd79fdbf07d5af657b0e22 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 21 Dec 2001 12:47:09 +1100 Subject: - jakob@cvs.openbsd.org 2001/12/18 10:04:21 [auth.h hostfile.c hostfile.h] remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@ --- hostfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hostfile.h') diff --git a/hostfile.h b/hostfile.h index 05ef69174..0244fdb53 100644 --- a/hostfile.h +++ b/hostfile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.h,v 1.9 2001/06/26 17:27:23 markus Exp $ */ +/* $OpenBSD: hostfile.h,v 1.10 2001/12/18 10:04:21 jakob Exp $ */ /* * Author: Tatu Ylonen @@ -18,9 +18,9 @@ typedef enum { HOST_OK, HOST_NEW, HOST_CHANGED } HostStatus; +int hostfile_read_key(char **, u_int *, Key *); HostStatus check_host_in_hostfile(const char *, const char *, Key *, Key *, int *); int add_host_to_hostfile(const char *, const char *, Key *); -int auth_rsa_read_key(char **, u_int *, BIGNUM *, BIGNUM *); #endif -- cgit v1.2.3