diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-16 17:22:10 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-16 17:22:10 +0000 |
commit | 982aab290615ee7aba22b5e7d94db86644dad1e1 (patch) | |
tree | 82e39941cfcdc0cd65b1798e64ff2b66a19b447e /usr.bin/ssh/auth.h | |
parent | ba2536d1567c11ceb103dc8d35fd27e57bc2af24 (diff) |
split auth_rhosts_rsa(), ok provos@
Diffstat (limited to 'usr.bin/ssh/auth.h')
-rw-r--r-- | usr.bin/ssh/auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h index 37884198451..54c7ad83f0e 100644 --- a/usr.bin/ssh/auth.h +++ b/usr.bin/ssh/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 *); |