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

Diff for /src/usr.bin/ssh/packet.c between version 1.295 and 1.296

version 1.295, 2020/07/01 16:28:31 version 1.296, 2020/07/05 23:59:45
Line 2416 
Line 2416 
             (r = sshbuf_get_u64(m, &state->p_read.bytes)) != 0)              (r = sshbuf_get_u64(m, &state->p_read.bytes)) != 0)
                 return r;                  return r;
         /*          /*
          * We set the time here so that in post-auth privsep slave we           * We set the time here so that in post-auth privsep child we
          * count from the completion of the authentication.           * count from the completion of the authentication.
          */           */
         state->rekey_time = monotime();          state->rekey_time = monotime();

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296