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 b14b6769a..c26ade44c 100644
--- a/opacket.h
+++ b/opacket.h
@@ -125,8 +125,6 @@ void packet_disconnect(const char *, ...)
125 sshpkt_add_padding(active_state, (pad)) 125 sshpkt_add_padding(active_state, (pad))
126#define packet_send_ignore(nbytes) \ 126#define packet_send_ignore(nbytes) \
127 ssh_packet_send_ignore(active_state, (nbytes)) 127 ssh_packet_send_ignore(active_state, (nbytes))
128#define packet_need_rekeying() \
129 ssh_packet_need_rekeying(active_state)
130#define packet_set_server() \ 128#define packet_set_server() \
131 ssh_packet_set_server(active_state) 129 ssh_packet_set_server(active_state)
132#define packet_set_authenticated() \ 130#define packet_set_authenticated() \