summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-02-13 18:57:00 +0000
committerDamien Miller <djm@mindrot.org>2015-02-17 09:32:30 +1100
commit02db468bf7e3281a8e3c058ced571b38b6407c34 (patch)
treeeb6b4701a2c1cd917bc719256b3762ba8d31d690 /opacket.h
parent8ec67d505bd23c8bf9e17b7a364b563a07a58ec8 (diff)
upstream commit
make rekey_limit for sshd w/privsep work; ok djm@ dtucker@
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() \