[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.6 and 1.7

version 1.6, 1999/09/30 05:53:04 version 1.7, 1999/10/01 18:18:40
Line 294 
Line 294 
 {  {
   char buf[8], *cp;    char buf[8], *cp;
   int i, padding, len;    int i, padding, len;
   unsigned long checksum;    unsigned int checksum;
   u_int32_t rand = 0;    u_int32_t rand = 0;
   
   /* If using packet compression, compress the payload of the outgoing    /* If using packet compression, compress the payload of the outgoing
Line 437 
Line 437 
   unsigned int len, padded_len;    unsigned int len, padded_len;
   unsigned char *ucp;    unsigned char *ucp;
   char buf[8], *cp;    char buf[8], *cp;
   unsigned long checksum, stored_checksum;    unsigned int checksum, stored_checksum;
   
  restart:   restart:
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7