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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.116 and 1.117

version 1.116, 2019/11/25 00:51:37 version 1.117, 2019/12/15 18:57:30
Line 220 
Line 220 
         int r;          int r;
   
         debug3("%s entering", __func__);          debug3("%s entering", __func__);
         if (sk_provider != NULL)  
                 fatal("%s: sk_provider != NULL", __func__);  
         if ((m = sshbuf_new()) == NULL)          if ((m = sshbuf_new()) == NULL)
                 fatal("%s: sshbuf_new failed", __func__);                  fatal("%s: sshbuf_new failed", __func__);
         if ((r = sshbuf_put_u32(m, ndx)) != 0 ||          if ((r = sshbuf_put_u32(m, ndx)) != 0 ||

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117