=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hostfile.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/ssh/hostfile.c 2000/01/04 00:07:59 1.11 +++ src/usr.bin/ssh/hostfile.c 2000/02/16 13:18:51 1.12 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: hostfile.c,v 1.11 2000/01/04 00:07:59 markus Exp $"); +RCSID("$OpenBSD: hostfile.c,v 1.12 2000/02/16 13:18:51 markus Exp $"); #include "packet.h" #include "ssh.h" @@ -179,7 +179,7 @@ FILE *f; char line[8192]; int linenum = 0; - unsigned int bits, kbits, hostlen; + unsigned int kbits, hostlen; char *cp, *cp2; HostStatus end_return; @@ -197,9 +197,6 @@ * not found the proper one. */ end_return = HOST_NEW; - - /* size of modulus 'n' */ - bits = BN_num_bits(n); /* Go trough the file. */ while (fgets(line, sizeof(line), f)) {