[openssh-commits] [openssh] 01/03: upstream: remove unneeded forward struct declaration ok djm@

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Feb 14 09:07:42 AEDT 2026


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

dtucker pushed a commit to branch master
in repository openssh.

commit db475199639667197b12b3aa5205de71ef102e23
Author: jsg at openbsd.org <jsg at openbsd.org>
AuthorDate: Fri Feb 13 01:04:47 2026 +0000

    upstream: remove unneeded forward struct declaration ok djm@
    
    OpenBSD-Commit-ID: a0c97e919667394bef8dbf31df72af3ba07542e9
---
 sshconnect.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sshconnect.h b/sshconnect.h
index 308270160..4c19490da 100644
--- a/sshconnect.h
+++ b/sshconnect.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.h,v 1.49 2025/03/01 06:11:26 dtucker Exp $ */
+/* $OpenBSD: sshconnect.h,v 1.50 2026/02/13 01:04:47 jsg Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -50,7 +50,6 @@ struct ssh_conn_info {
 struct addrinfo;
 struct ssh;
 struct hostkeys;
-struct ssh_conn_info;
 
 /* default argument for client percent expansions, minus remote user */
 #define DEFAULT_CLIENT_PERCENT_EXPAND_ARGS_NOUSER(conn_info) \

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


More information about the openssh-commits mailing list