summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 01:12:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 01:12:58 +0000
commit9c8aefe7500dad8f78300b2a015c624b9935e372 (patch)
tree189c6f89b40097360ded9e8a13ca6b5a0351c329 /auth.h
parentabcb145b38db4996205078d41061ffb2d7c3c017 (diff)
- markus@cvs.openbsd.org 2002/03/14 16:56:33
[auth-rh-rsa.c auth-rsa.c auth.h] split auth_rsa() for better readability and privsep; ok provos@
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index c7175405d..7689b28d7 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.29 2002/03/04 17:27:39 stevesk Exp $ */ 1/* $OpenBSD: auth.h,v 1.30 2002/03/14 16:56:33 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -95,7 +95,7 @@ auth_rhosts2(struct passwd *, const char *, const char *, const char *);
95int auth_rhosts_rsa(struct passwd *, const char *, Key *); 95int auth_rhosts_rsa(struct passwd *, const char *, Key *);
96int auth_password(Authctxt *, const char *); 96int auth_password(Authctxt *, const char *);
97int auth_rsa(struct passwd *, BIGNUM *); 97int auth_rsa(struct passwd *, BIGNUM *);
98int auth_rsa_challenge_dialog(RSA *); 98int auth_rsa_challenge_dialog(Key *);
99 99
100#ifdef KRB4 100#ifdef KRB4
101#include <krb.h> 101#include <krb.h>