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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.9 and 1.10

version 1.9, 1999/11/15 20:53:24 version 1.10, 1999/11/18 14:00:48
Line 259 
Line 259 
   
       /* check the real bits  */        /* check the real bits  */
       if (bits != BN_num_bits(n))        if (bits != BN_num_bits(n))
         error("Warning: error in %s, line %d: keysize mismatch: "          error("Warning: error in %s, line %ld: keysize mismatch: "
               "actual size %d vs. announced %d.",                "actual size %d vs. announced %d.",
               file, linenum, BN_num_bits(n), bits);                file, linenum, BN_num_bits(n), bits);
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10