[openssh-commits] [openssh] branch master updated: upstream: misc.h is needed for ForwardOptions in servconf.h.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Feb 8 05:37:58 AEDT 2026


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

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 2a1a25761 upstream: misc.h is needed for ForwardOptions in servconf.h.
2a1a25761 is described below

commit 2a1a257612b7c6bcacd934149146a3da7411c485
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Sat Feb 7 18:04:53 2026 +0000

    upstream: misc.h is needed for ForwardOptions in servconf.h.
    
    OpenBSD-Commit-ID: b241d81c499e273fc2d81c82d5b7c7b280827416
---
 auth2-gss.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/auth2-gss.c b/auth2-gss.c
index 3b79128b1..0a91af7e2 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-gss.c,v 1.36 2024/05/17 04:42:13 djm Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.37 2026/02/07 18:04:53 dtucker Exp $ */
 
 /*
  * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -41,6 +41,7 @@
 #include "dispatch.h"
 #include "sshbuf.h"
 #include "ssherr.h"
+#include "misc.h"
 #include "servconf.h"
 #include "packet.h"
 #include "kex.h"

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


More information about the openssh-commits mailing list