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

Diff for /src/usr.bin/ssh/authfd.c between version 1.15 and 1.16

version 1.15, 1999/12/06 20:15:26 version 1.16, 1999/12/15 19:43:10
Line 217 
Line 217 
         *comment = buffer_get_string(&auth->identities, NULL);          *comment = buffer_get_string(&auth->identities, NULL);
   
         if (bits != BN_num_bits(n))          if (bits != BN_num_bits(n))
                 error("Warning: keysize mismatch: actual %d, announced %u",                  error("Warning: identity keysize mismatch: actual %d, announced %u",
                       BN_num_bits(n), bits);                        BN_num_bits(n), bits);
   
         /* Decrement the number of remaining entries. */          /* Decrement the number of remaining entries. */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16