[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.10 and 1.11

version 1.10, 1999/11/16 22:52:55 version 1.11, 1999/11/18 11:09:39
Line 207 
Line 207 
   *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 %s",      error("Warning: 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.10  
changed lines
  Added in v.1.11