summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-12-21 12:47:09 +1100
committerDamien Miller <djm@mindrot.org>2001-12-21 12:47:09 +1100
commit5b2aea949419fc5ca0dd79fdbf07d5af657b0e22 (patch)
treed00d45c1e53c101c1dbff775a343e09b7086abb0 /auth.h
parent83c02ef6239a763483b5f2dc7ffdb4b5f713052b (diff)
- 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@
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 30a635d7..f1bc9db6 100644
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: auth.h,v 1.23 2001/12/09 18:45:56 markus Exp $
+ * $OpenBSD: auth.h,v 1.24 2001/12/18 10:04:21 jakob Exp $
*/
#ifndef AUTH_H
#define AUTH_H
@@ -94,7 +94,6 @@ auth_rhosts2(struct passwd *, const char *, const char *, const char *);
int auth_rhosts_rsa(struct passwd *, const char *, RSA *);
int auth_password(Authctxt *, const char *);
int auth_rsa(struct passwd *, BIGNUM *);
-int auth_rsa_read_key(char **, u_int *, BIGNUM *, BIGNUM *);
int auth_rsa_challenge_dialog(RSA *);
#ifdef KRB4