[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.239 and 1.240

version 1.239, 2016/09/28 16:33:07 version 1.240, 2016/09/28 20:32:42
Line 954 
Line 954 
         /* 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.239  
changed lines
  Added in v.1.240