[openssh-commits] [openssh] 02/10: upstream: remove prototype for removed ssh_packet_set_tos() ok

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Sep 25 17:02:33 AEST 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit ae62a16118bb96a8e449ef25f5e55ef86a52cefb
Author: jsg at openbsd.org <jsg at openbsd.org>
AuthorDate: Thu Sep 25 02:12:16 2025 +0000

    upstream: remove prototype for removed ssh_packet_set_tos() ok
    
    djm@
    
    OpenBSD-Commit-ID: 396f82995074ef4d7b9ce44168266ef4640d9985
---
 packet.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packet.h b/packet.h
index ade3c0f9d..c0cbd8a7c 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.h,v 1.101 2025/08/18 09:16:36 job Exp $ */
+/* $OpenBSD: packet.h,v 1.102 2025/09/25 02:12:16 jsg Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -110,7 +110,6 @@ int	 ssh_packet_is_rekeying(struct ssh *);
 int	 ssh_packet_check_rekey(struct ssh *);
 void     ssh_packet_set_protocol_flags(struct ssh *, u_int);
 u_int	 ssh_packet_get_protocol_flags(struct ssh *);
-void	 ssh_packet_set_tos(struct ssh *, int);
 void	 ssh_packet_set_interactive(struct ssh *, int);
 void	 ssh_packet_set_qos(struct ssh *, int, int);
 void     ssh_packet_set_server(struct ssh *);

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list