summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
authorsf@openbsd.org <sf@openbsd.org>2018-07-06 09:03:02 +0000
committerDamien Miller <djm@mindrot.org>2018-07-10 15:13:40 +1000
commitf28a4d5cd24c4aa177e96b4f96957991e552cb70 (patch)
tree0be2bff2aa2648f80e0f259b9d45794c25d2ccd7 /opacket.h
parent872517ddbb72deaff31d4760f28f2b0a1c16358f (diff)
upstream: Remove unused ssh_packet_start_compression()
ok markus@ OpenBSD-Commit-ID: 9d34cf2f59aca5422021ae2857190578187dc2b4
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/opacket.h b/opacket.h
index b2c2e7f6a..f92fe586e 100644
--- a/opacket.h
+++ b/opacket.h
@@ -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) \