=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth1.c,v retrieving revision 1.25.2.2 retrieving revision 1.25.2.3 diff -u -r1.25.2.2 -r1.25.2.3 --- src/usr.bin/ssh/Attic/auth1.c 2002/05/17 00:03:23 1.25.2.2 +++ src/usr.bin/ssh/Attic/auth1.c 2002/06/22 07:23:16 1.25.2.3 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.25.2.2 2002/05/17 00:03:23 miod Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.25.2.3 2002/06/22 07:23:16 miod Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -204,7 +204,7 @@ if (bits != BN_num_bits(client_host_key->rsa->n)) verbose("Warning: keysize mismatch for client_host_key: " "actual %d, announced %d", - BN_num_bits(client_host_key->rsa->n), bits); + BN_num_bits(client_host_key->rsa->n), bits); packet_check_eom(); authenticated = auth_rhosts_rsa(pw, client_user,