[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.8 and 1.9

version 1.8, 2016/09/28 16:33:07 version 1.9, 2016/09/30 09:19:13
Line 152 
Line 152 
         ssh_packet_set_rekey_limits(active_state, x, y)          ssh_packet_set_rekey_limits(active_state, x, y)
 #define packet_get_bytes(x,y) \  #define packet_get_bytes(x,y) \
         ssh_packet_get_bytes(active_state, x, y)          ssh_packet_get_bytes(active_state, x, y)
   #define packet_set_mux() \
           ssh_packet_set_mux(active_state)
   #define packet_get_mux() \
           ssh_packet_get_mux(active_state)
   
 #endif /* _OPACKET_H */  #endif /* _OPACKET_H */

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