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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.18 and 1.19

version 1.18, 1999/11/15 20:53:24 version 1.19, 1999/11/18 14:00:49
Line 186 
Line 186 
   buffer_get_bignum(&e->input, n);    buffer_get_bignum(&e->input, n);
   
   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 %d",
           BN_num_bits(n), bits);            BN_num_bits(n), bits);
   
   /* Check if we have the key. */    /* Check if we have the key. */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19