=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rh-rsa.c,v retrieving revision 1.37 retrieving revision 1.37.4.1 diff -u -r1.37 -r1.37.4.1 --- src/usr.bin/ssh/Attic/auth-rh-rsa.c 2003/11/04 08:54:09 1.37 +++ src/usr.bin/ssh/Attic/auth-rh-rsa.c 2005/09/02 03:44:59 1.37.4.1 @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.37 2003/11/04 08:54:09 djm Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.37.4.1 2005/09/02 03:44:59 brad Exp $"); #include "packet.h" #include "uidswap.h" @@ -86,7 +86,7 @@ */ verbose("Rhosts with RSA host authentication accepted for %.100s, %.100s on %.700s.", - pw->pw_name, cuser, chost); + pw->pw_name, cuser, chost); packet_send_debug("Rhosts with RSA host authentication accepted."); return 1; }