]> andersk Git - openssh.git/blobdiff - auth.h
- djm@cvs.openbsd.org 2003/11/04 08:54:09
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index b081bb5cb71352bff3367eb3a98796e1d393ffc1..34afdb4923118437a37ce966cf76bb0f31dc45a7 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: auth.h,v 1.47 2003/09/23 20:17:11 markus Exp $        */
+/*     $OpenBSD: auth.h,v 1.48 2003/11/04 08:54:09 djm Exp $   */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -102,9 +102,9 @@ int      auth_rhosts(struct passwd *, const char *);
 int
 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
 
-int     auth_rhosts_rsa(struct passwd *, char *, Key *);
+int     auth_rhosts_rsa(Authctxt *, char *, Key *);
 int      auth_password(Authctxt *, const char *);
-int      auth_rsa(struct passwd *, BIGNUM *);
+int      auth_rsa(Authctxt *, BIGNUM *);
 int      auth_rsa_challenge_dialog(Key *);
 BIGNUM *auth_rsa_generate_challenge(Key *);
 int     auth_rsa_verify_response(Key *, BIGNUM *, u_char[]);
This page took 0.10919 seconds and 4 git commands to generate.