=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- src/usr.bin/ssh/packet.h 2017/12/10 05:55:29 1.84 +++ src/usr.bin/ssh/packet.h 2018/07/06 09:03:02 1.85 @@ -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 @@ -93,7 +93,6 @@ 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 *);