summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:11:00 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:11:00 +1100
commitd221ca6cc96082a27ae9b4a7a0600d8ac8b1b2d7 (patch)
tree99bff67361eaad7535bd3f5c3e24eb9d673b7fd7 /auth.h
parent9ef95ddcaf41b2c66bc3c1efc1d71b2fe568e01a (diff)
- markus@cvs.openbsd.org 2001/12/27 19:54:53
[auth1.c auth.h auth-rh-rsa.c] auth_rhosts_rsa now accept generic keys.
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 017871952..ef2772d89 100644
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 * 23 *
24 * $OpenBSD: auth.h,v 1.25 2001/12/19 07:18:56 deraadt Exp $ 24 * $OpenBSD: auth.h,v 1.26 2001/12/27 19:54:53 markus Exp $
25 */ 25 */
26#ifndef AUTH_H 26#ifndef AUTH_H
27#define AUTH_H 27#define AUTH_H
@@ -91,7 +91,7 @@ int auth_rhosts(struct passwd *, const char *);
91int 91int
92auth_rhosts2(struct passwd *, const char *, const char *, const char *); 92auth_rhosts2(struct passwd *, const char *, const char *, const char *);
93 93
94int auth_rhosts_rsa(struct passwd *, const char *, RSA *); 94int auth_rhosts_rsa(struct passwd *, const char *, Key *);
95int auth_password(Authctxt *, const char *); 95int auth_password(Authctxt *, const char *);
96int auth_rsa(struct passwd *, BIGNUM *); 96int auth_rsa(struct passwd *, BIGNUM *);
97int auth_rsa_challenge_dialog(RSA *); 97int auth_rsa_challenge_dialog(RSA *);