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

Diff for /src/usr.bin/ssh/authfile.c between version 1.35 and 1.36

version 1.35, 2001/05/29 12:31:27 version 1.36, 2001/06/07 20:23:03
Line 125 
Line 125 
         buffer_put_int(&encrypted, BN_num_bits(key->rsa->n));          buffer_put_int(&encrypted, BN_num_bits(key->rsa->n));
         buffer_put_bignum(&encrypted, key->rsa->n);          buffer_put_bignum(&encrypted, key->rsa->n);
         buffer_put_bignum(&encrypted, key->rsa->e);          buffer_put_bignum(&encrypted, key->rsa->e);
         buffer_put_string(&encrypted, comment, strlen(comment));          buffer_put_cstring(&encrypted, comment);
   
         /* Allocate space for the private part of the key in the buffer. */          /* Allocate space for the private part of the key in the buffer. */
         buffer_append_space(&encrypted, &cp, buffer_len(&buffer));          buffer_append_space(&encrypted, &cp, buffer_len(&buffer));

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36