]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: misc.h is needed for ForwardOptions in servconf.h.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sat, 7 Feb 2026 18:04:53 +0000 (18:04 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 7 Feb 2026 18:37:43 +0000 (05:37 +1100)
OpenBSD-Commit-ID: b241d81c499e273fc2d81c82d5b7c7b280827416

auth2-gss.c

index 3b79128b145f6871455802b0cf42959f4bc3940d..0a91af7e266c4dad30b32d774abf75c0b0cc28f1 100644 (file)
@@ -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"