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

Diff for /src/usr.bin/ssh/sshkey.c between version 1.90 and 1.91

version 1.90, 2019/11/12 19:33:08 version 1.91, 2019/11/13 07:53:10
Line 2004 
Line 2004 
         if (sshkey_is_shielded(k) && (r = sshkey_unshield_private(k)) != 0)          if (sshkey_is_shielded(k) && (r = sshkey_unshield_private(k)) != 0)
                 goto out;                  goto out;
         if ((r = sshkey_private_serialize_opt(k, prvbuf,          if ((r = sshkey_private_serialize_opt(k, prvbuf,
              SSHKEY_SERIALIZE_FULL)) != 0)               SSHKEY_SERIALIZE_SHIELD)) != 0)
                 goto out;                  goto out;
         /* pad to cipher blocksize */          /* pad to cipher blocksize */
         i = 0;          i = 0;

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91