[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.18 and 1.19

version 1.18, 2000/04/14 10:30:29 version 1.19, 2000/04/29 18:11:52
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: identity keysize mismatch: actual %d, announced %u",                  log("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. */
         auth->howmany--;          auth->howmany--;

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