[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.2 and 1.3

version 1.2, 1999/09/28 04:45:36 version 1.3, 1999/09/29 18:16:19
Line 313 
Line 313 
   char buf[8], *cp;    char buf[8], *cp;
   int i, padding, len;    int i, padding, len;
   unsigned long checksum;    unsigned long checksum;
   u_int32_t rand;    u_int32_t rand = 0;
   
 #ifdef WITH_ZLIB  #ifdef WITH_ZLIB
   /* If using packet compression, compress the payload of the outgoing    /* If using packet compression, compress the payload of the outgoing

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3