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

Diff for /src/usr.bin/ssh/sshsig.c between version 1.2 and 1.3

version 1.2, 2019/09/03 08:35:27 version 1.3, 2019/09/03 20:51:49
Line 132 
Line 132 
         }          }
   
         if ((r = sshbuf_b64tod(buf, b64)) != 0) {          if ((r = sshbuf_b64tod(buf, b64)) != 0) {
                 error("Coundn't decode signature: %s", ssh_err(r));                  error("Couldn't decode signature: %s", ssh_err(r));
                 goto done;                  goto done;
         }          }
   

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