[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.12 and 1.13

version 1.12, 2017/10/20 01:56:39 version 1.13, 2018/07/06 09:03:02
Line 59 
Line 59 
         ssh_packet_set_protocol_flags(active_state, (protocol_flags))          ssh_packet_set_protocol_flags(active_state, (protocol_flags))
 #define packet_get_protocol_flags() \  #define packet_get_protocol_flags() \
         ssh_packet_get_protocol_flags(active_state)          ssh_packet_get_protocol_flags(active_state)
 #define packet_start_compression(level) \  
         ssh_packet_start_compression(active_state, (level))  
 #define packet_start(type) \  #define packet_start(type) \
         ssh_packet_start(active_state, (type))          ssh_packet_start(active_state, (type))
 #define packet_put_char(value) \  #define packet_put_char(value) \

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13