=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rh-rsa.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/ssh/Attic/auth-rh-rsa.c 2002/03/19 10:49:35 1.33 +++ src/usr.bin/ssh/Attic/auth-rh-rsa.c 2002/03/25 09:25:06 1.34 @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $"); #include "packet.h" #include "uidswap.h" @@ -29,11 +29,6 @@ /* import */ extern ServerOptions options; - -/* - * Tries to authenticate the user using the .rhosts file and the host using - * its host key. Returns true if authentication succeeds. - */ int auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,