[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.272 and 1.273

version 1.272, 2018/07/06 09:03:02 version 1.273, 2018/07/06 09:05:01
Line 868 
Line 868 
         /* explicit_bzero(enc->iv,  enc->block_size);          /* explicit_bzero(enc->iv,  enc->block_size);
            explicit_bzero(enc->key, enc->key_len);             explicit_bzero(enc->key, enc->key_len);
            explicit_bzero(mac->key, mac->key_len); */             explicit_bzero(mac->key, mac->key_len); */
         if ((comp->type == COMP_ZLIB ||          if (comp->type == COMP_DELAYED && state->after_authentication
             (comp->type == COMP_DELAYED &&              && comp->enabled == 0) {
              state->after_authentication)) && comp->enabled == 0) {  
                 if ((r = ssh_packet_init_compression(ssh)) < 0)                  if ((r = ssh_packet_init_compression(ssh)) < 0)
                         return r;                          return r;
                 if (mode == MODE_OUT) {                  if (mode == MODE_OUT) {

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273