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

Diff for /src/usr.bin/ssh/sshkey-xmss.c between version 1.2 and 1.3

version 1.2, 2018/04/10 00:10:49 version 1.3, 2018/07/09 21:59:10
Line 619 
Line 619 
                 close(fd);                  close(fd);
                 goto done;                  goto done;
         }          }
         if (atomicio(vwrite, fd, (void *)sshbuf_ptr(enc), sshbuf_len(enc)) !=          if (atomicio(vwrite, fd, sshbuf_mutable_ptr(enc), sshbuf_len(enc)) !=
             sshbuf_len(enc)) {              sshbuf_len(enc)) {
                 ret = SSH_ERR_SYSTEM_ERROR;                  ret = SSH_ERR_SYSTEM_ERROR;
                 PRINT("%s: write new state file data: %s", __func__, nstatefile);                  PRINT("%s: write new state file data: %s", __func__, nstatefile);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3