summaryrefslogtreecommitdiffstats
path: root/packet.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 /packet.h
parent872517ddbb72deaff31d4760f28f2b0a1c16358f (diff)
upstream: Remove unused ssh_packet_start_compression()
ok markus@ OpenBSD-Commit-ID: 9d34cf2f59aca5422021ae2857190578187dc2b4
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index a2ece678..bf9aebdb 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.h,v 1.84 2017/12/10 05:55:29 dtucker Exp $ */
+/* $OpenBSD: packet.h,v 1.85 2018/07/06 09:03:02 sf Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -107,7 +107,6 @@ void ssh_clear_newkeys(struct ssh *, int);
int ssh_packet_is_rekeying(struct ssh *);
void ssh_packet_set_protocol_flags(struct ssh *, u_int);
u_int ssh_packet_get_protocol_flags(struct ssh *);
-int ssh_packet_start_compression(struct ssh *, int);
void ssh_packet_set_tos(struct ssh *, int);
void ssh_packet_set_interactive(struct ssh *, int, int, int);
int ssh_packet_is_interactive(struct ssh *);