summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm <djm>2002-01-22 12:11:00 +0000
committerdjm <djm>2002-01-22 12:11:00 +0000
commitc539d57036b114cb7affe3011e251285f0fd3972 (patch)
treef5b65f729e353b58c6294d30d6724b5ce87b1442 /auth.h
parent5b12ac31703c48aa3caacbdc498f75928609119e (diff)
downloadopenssh-c539d57036b114cb7affe3011e251285f0fd3972.tar.gz
- 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 01787195..ef2772d8 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.25 2001/12/19 07:18:56 deraadt Exp $
+ * $OpenBSD: auth.h,v 1.26 2001/12/27 19:54:53 markus Exp $
*/
#ifndef AUTH_H
#define AUTH_H
@@ -91,7 +91,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 *, RSA *);
+int auth_rhosts_rsa(struct passwd *, const char *, Key *);
int auth_password(Authctxt *, const char *);
int auth_rsa(struct passwd *, BIGNUM *);
int auth_rsa_challenge_dialog(RSA *);