]> andersk Git - openssh.git/blobdiff - hostfile.h
- (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
[openssh.git] / hostfile.h
index e1f5d164ad90c0123a829111fbaf938a4dfa54a2..346bcd9ba54cb429f6d50613450868bce3a7fd04 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: hostfile.h,v 1.6 2001/01/29 01:58:16 niklas Exp $     */
+/*     $OpenBSD: hostfile.h,v 1.7 2001/02/08 19:30:51 itojun Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -14,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.044973 seconds and 4 git commands to generate.