[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.60 and 1.61

version 1.60, 2001/04/05 10:39:03 version 1.61, 2001/04/05 10:42:51
Line 529 
Line 529 
                 enc  = &newkeys[mode]->enc;                  enc  = &newkeys[mode]->enc;
                 mac  = &newkeys[mode]->mac;                  mac  = &newkeys[mode]->mac;
                 comp = &newkeys[mode]->comp;                  comp = &newkeys[mode]->comp;
                 memset(mac->key, 0, mac->key_len);                  memset(mac->key, 0, mac->key_len);
                 xfree(enc->name);                  xfree(enc->name);
                 xfree(enc->iv);                  xfree(enc->iv);
                 xfree(enc->key);                  xfree(enc->key);
Line 1323 
Line 1323 
   
 /*  /*
  * 9.2.  Ignored Data Message   * 9.2.  Ignored Data Message
  *   *
  *   byte      SSH_MSG_IGNORE   *   byte      SSH_MSG_IGNORE
  *   string    data   *   string    data
  *   *
  * All implementations MUST understand (and ignore) this message at any   * All implementations MUST understand (and ignore) this message at any
  * time (after receiving the protocol version). No implementation is   * time (after receiving the protocol version). No implementation is
  * required to send them. This message can be used as an additional   * required to send them. This message can be used as an additional

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61