]> andersk Git - openssh.git/blobdiff - hostfile.h
- djm@cvs.openbsd.org 2001/03/13 22:42:54
[openssh.git] / hostfile.h
index dbdbd8f33f0e60a4881af462609c2aac4703d601..346bcd9ba54cb429f6d50613450868bce3a7fd04 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: hostfile.h,v 1.7 2001/02/08 19:30:51 itojun Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,6 +14,9 @@
 #ifndef HOSTFILE_H
 #define HOSTFILE_H
 
+int
+auth_rsa_read_key(char **cpp, u_int *bitsp, BIGNUM * e, BIGNUM * n);
+
 /*
  * Checks whether the given host is already in the list of our known hosts.
  * Returns HOST_OK if the host is known and has the specified key, HOST_NEW
This page took 0.031122 seconds and 4 git commands to generate.