summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authormouring <mouring>2002-03-22 01:20:32 +0000
committermouring <mouring>2002-03-22 01:20:32 +0000
commitac03d973dca0e19f0c05602a110cf05382b5b7b8 (patch)
treed1018eaa611bff1829d021830a1163ef3e91088f /auth.h
parentc36c2c1c7e018fa4cd3fcd0b055dbd7dcadf4ca5 (diff)
downloadopenssh-ac03d973dca0e19f0c05602a110cf05382b5b7b8.tar.gz
- markus@cvs.openbsd.org 2002/03/16 17:22:09
[auth-rh-rsa.c auth.h] split auth_rhosts_rsa(), 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 7689b28d..83471a0a 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.30 2002/03/14 16:56:33 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.31 2002/03/16 17:22:09 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -92,7 +92,7 @@ int auth_rhosts(struct passwd *, const char *);
int
auth_rhosts2(struct passwd *, const char *, const char *, const char *);
-int auth_rhosts_rsa(struct passwd *, const char *, Key *);
+int auth_rhosts_rsa(struct passwd *, char *, Key *);
int auth_password(Authctxt *, const char *);
int auth_rsa(struct passwd *, BIGNUM *);
int auth_rsa_challenge_dialog(Key *);