diff options
author | Colin Watson <cjwatson@debian.org> | 2018-08-24 12:49:36 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-24 12:49:36 +0100 |
commit | e6547182a54f0f268ee36e7c99319eeddffbaff2 (patch) | |
tree | 417527229ad3f3764ba71ea383f478a168895087 /opacket.h | |
parent | ed6ae9c1a014a08ff5db3d768f01f2e427eeb476 (diff) | |
parent | 71508e06fab14bc415a79a08f5535ad7bffa93d9 (diff) |
Import openssh_7.8p1.orig.tar.gz
Diffstat (limited to 'opacket.h')
-rw-r--r-- | opacket.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: opacket.h,v 1.12 2017/10/20 01:56:39 djm Exp $ */ | 1 | /* $OpenBSD: opacket.h,v 1.13 2018/07/06 09:03:02 sf Exp $ */ |
2 | #ifndef _OPACKET_H | 2 | #ifndef _OPACKET_H |
3 | /* Written by Markus Friedl. Placed in the public domain. */ | 3 | /* Written by Markus Friedl. Placed in the public domain. */ |
4 | 4 | ||
@@ -59,8 +59,6 @@ void packet_read_expect(int expected_type); | |||
59 | ssh_packet_set_protocol_flags(active_state, (protocol_flags)) | 59 | ssh_packet_set_protocol_flags(active_state, (protocol_flags)) |
60 | #define packet_get_protocol_flags() \ | 60 | #define packet_get_protocol_flags() \ |
61 | ssh_packet_get_protocol_flags(active_state) | 61 | ssh_packet_get_protocol_flags(active_state) |
62 | #define packet_start_compression(level) \ | ||
63 | ssh_packet_start_compression(active_state, (level)) | ||
64 | #define packet_start(type) \ | 62 | #define packet_start(type) \ |
65 | ssh_packet_start(active_state, (type)) | 63 | ssh_packet_start(active_state, (type)) |
66 | #define packet_put_char(value) \ | 64 | #define packet_put_char(value) \ |