[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.48 and 1.49

version 1.48, 2001/02/04 15:32:24 version 1.49, 2001/02/08 19:30:52
Line 455 
Line 455 
  */   */
   
 void  void
 packet_send1()  packet_send1(void)
 {  {
         char buf[8], *cp;          char buf[8], *cp;
         int i, padding, len;          int i, padding, len;
Line 529 
Line 529 
  * Finalize packet in SSH2 format (compress, mac, encrypt, enqueue)   * Finalize packet in SSH2 format (compress, mac, encrypt, enqueue)
  */   */
 void  void
 packet_send2()  packet_send2(void)
 {  {
         u_char *macbuf = NULL;          u_char *macbuf = NULL;
         char *cp;          char *cp;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49