=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth1.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- src/usr.bin/ssh/Attic/auth1.c 2005/06/17 02:44:32 1.61 +++ src/usr.bin/ssh/Attic/auth1.c 2005/07/16 01:35:24 1.62 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.61 2005/06/17 02:44:32 djm Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.62 2005/07/16 01:35:24 djm Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -169,7 +169,7 @@ snprintf(info, infolen, " ruser %.100s", client_user); xfree(client_user); - + return (authenticated); } @@ -177,7 +177,7 @@ auth1_process_tis_challenge(Authctxt *authctxt, char *info, size_t infolen) { char *challenge; - + if ((challenge = get_challenge(authctxt)) == NULL) return (0);