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

Diff for /src/usr.bin/ssh/monitor.c between version 1.198 and 1.199

version 1.198, 2019/06/28 13:35:04 version 1.199, 2019/10/07 23:10:38
Line 626 
Line 626 
                 fatal("%s: no hostkey from index %d", __func__, keyid);                  fatal("%s: no hostkey from index %d", __func__, keyid);
   
         debug3("%s: %s signature %p(%zu)", __func__,          debug3("%s: %s signature %p(%zu)", __func__,
             is_proof ? "KEX" : "hostkey proof", signature, siglen);              is_proof ? "hostkey proof" : "KEX", signature, siglen);
   
         sshbuf_reset(m);          sshbuf_reset(m);
         if ((r = sshbuf_put_string(m, signature, siglen)) != 0)          if ((r = sshbuf_put_string(m, signature, siglen)) != 0)

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199