summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/opacket.h b/opacket.h
index e563d8d3b..16fcb9e28 100644
--- a/opacket.h
+++ b/opacket.h
@@ -128,8 +128,6 @@ void packet_read_expect(int expected_type);
128 ssh_packet_send_ignore(active_state, (nbytes)) 128 ssh_packet_send_ignore(active_state, (nbytes))
129#define packet_need_rekeying() \ 129#define packet_need_rekeying() \
130 ssh_packet_need_rekeying(active_state) 130 ssh_packet_need_rekeying(active_state)
131#define packet_set_rekey_limit(bytes) \
132 ssh_packet_set_rekey_limit(active_state, (bytes))
133#define packet_set_server() \ 131#define packet_set_server() \
134 ssh_packet_set_server(active_state) 132 ssh_packet_set_server(active_state)
135#define packet_set_authenticated() \ 133#define packet_set_authenticated() \