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

Diff for /src/usr.bin/ssh/ssh-pkcs11-client.c between version 1.9 and 1.10

version 1.9, 2018/07/09 20:39:28 version 1.10, 2018/07/09 21:59:10
Line 51 
Line 51 
   
         POKE_U32(buf, mlen);          POKE_U32(buf, mlen);
         if (atomicio(vwrite, fd, buf, 4) != 4 ||          if (atomicio(vwrite, fd, buf, 4) != 4 ||
             atomicio(vwrite, fd, (u_char *)sshbuf_ptr(m),              atomicio(vwrite, fd, sshbuf_mutable_ptr(m),
             sshbuf_len(m)) != sshbuf_len(m))              sshbuf_len(m)) != sshbuf_len(m))
                 error("write to helper failed");                  error("write to helper failed");
         if ((r = sshbuf_consume(m, mlen)) != 0)          if ((r = sshbuf_consume(m, mlen)) != 0)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10