[openssh-commits] [openssh] 02/09: Resync with upstream (unused header and whitespace).
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Feb 8 04:45:52 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 77e41d0c1c8801c553b43eef5974268425395667
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Feb 8 03:52:31 2026 +1100
Resync with upstream (unused header and whitespace).
---
auth2-gss.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/auth2-gss.c b/auth2-gss.c
index 75eb4e3a3..3b79128b1 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -41,7 +41,6 @@
#include "dispatch.h"
#include "sshbuf.h"
#include "ssherr.h"
-#include "misc.h"
#include "servconf.h"
#include "packet.h"
#include "kex.h"
@@ -328,5 +327,4 @@ Authmethod method_gssapi = {
&methodcfg_gssapi,
userauth_gssapi,
};
-
-#endif /* GSSAPI */
+#endif
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list