[BACK]Return to opacket.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/opacket.h between version 1.7 and 1.8

version 1.7, 2016/03/07 19:02:43 version 1.8, 2016/09/28 16:33:07
Line 132 
Line 132 
         ssh_packet_get_input(active_state)          ssh_packet_get_input(active_state)
 #define packet_get_output() \  #define packet_get_output() \
         ssh_packet_get_output(active_state)          ssh_packet_get_output(active_state)
 #define packet_set_compress_hooks(ctx, allocfunc, freefunc) \  
         ssh_packet_set_compress_hooks(active_state, ctx, \  
             allocfunc, freefunc);  
 #define packet_check_eom() \  #define packet_check_eom() \
         ssh_packet_check_eom(active_state)          ssh_packet_check_eom(active_state)
 #define set_newkeys(mode) \  #define set_newkeys(mode) \

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