[BACK]Return to hostfile.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/hostfile.c between version 1.11 and 1.12

version 1.11, 2000/01/04 00:07:59 version 1.12, 2000/02/16 13:18:51
Line 179 
Line 179 
         FILE *f;          FILE *f;
         char line[8192];          char line[8192];
         int linenum = 0;          int linenum = 0;
         unsigned int bits, kbits, hostlen;          unsigned int kbits, hostlen;
         char *cp, *cp2;          char *cp, *cp2;
         HostStatus end_return;          HostStatus end_return;
   
Line 197 
Line 197 
          * not found the proper one.           * not found the proper one.
          */           */
         end_return = HOST_NEW;          end_return = HOST_NEW;
   
         /* size of modulus 'n' */  
         bits = BN_num_bits(n);  
   
         /* Go trough the file. */          /* Go trough the file. */
         while (fgets(line, sizeof(line), f)) {          while (fgets(line, sizeof(line), f)) {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12