[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.5 and 1.6

version 1.5, 1999/11/15 20:53:24 version 1.6, 1999/11/16 15:44:41
Line 231 
Line 231 
       }        }
   
       /* Check if the current key is the same as the given key. */        /* Check if the current key is the same as the given key. */
       if (kbits == bits && BN_cmp(ke, e) == 0 && BN_cmp(kn, n) == 0)        if (BN_cmp(ke, e) == 0 && BN_cmp(kn, n) == 0)
         {          {
           /* Ok, they match. */            /* Ok, they match. */
           fclose(f);            fclose(f);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6