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