summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/opacket.h b/opacket.h
index 16322ec6f..d2a63a355 100644
--- a/opacket.h
+++ b/opacket.h
@@ -133,9 +133,6 @@ void packet_disconnect(const char *, ...)
133 ssh_packet_get_input(active_state) 133 ssh_packet_get_input(active_state)
134#define packet_get_output() \ 134#define packet_get_output() \
135 ssh_packet_get_output(active_state) 135 ssh_packet_get_output(active_state)
136#define packet_set_compress_hooks(ctx, allocfunc, freefunc) \
137 ssh_packet_set_compress_hooks(active_state, ctx, \
138 allocfunc, freefunc);
139#define packet_check_eom() \ 136#define packet_check_eom() \
140 ssh_packet_check_eom(active_state) 137 ssh_packet_check_eom(active_state)
141#define set_newkeys(mode) \ 138#define set_newkeys(mode) \