Deleted Added
full compact
136,138d135
< #define packet_set_compress_hooks(ctx, allocfunc, freefunc) \
< ssh_packet_set_compress_hooks(active_state, ctx, \
< allocfunc, freefunc);
158a156,159
> #define packet_set_mux() \
> ssh_packet_set_mux(active_state)
> #define packet_get_mux() \
> ssh_packet_get_mux(active_state)