diff options
Diffstat (limited to 'opacket.h')
| -rw-r--r-- | opacket.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opacket.h b/opacket.h index b2c2e7f6a28ba..f92fe586efb5e 100644 --- a/opacket.h +++ b/opacket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: opacket.h,v 1.12 2017/10/20 01:56:39 djm Exp $ */ +/* $OpenBSD: opacket.h,v 1.13 2018/07/06 09:03:02 sf Exp $ */ #ifndef _OPACKET_H /* Written by Markus Friedl. Placed in the public domain. */ @@ -59,8 +59,6 @@ void packet_read_expect(int expected_type); ssh_packet_set_protocol_flags(active_state, (protocol_flags)) #define packet_get_protocol_flags() \ ssh_packet_get_protocol_flags(active_state) -#define packet_start_compression(level) \ - ssh_packet_start_compression(active_state, (level)) #define packet_start(type) \ ssh_packet_start(active_state, (type)) #define packet_put_char(value) \ |
