We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad63236 commit 2a1a257Copy full SHA for 2a1a257
auth2-gss.c
@@ -1,4 +1,4 @@
1
-/* $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 $ */
2
3
/*
4
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -41,6 +41,7 @@
41
#include "dispatch.h"
42
#include "sshbuf.h"
43
#include "ssherr.h"
44
+#include "misc.h"
45
#include "servconf.h"
46
#include "packet.h"
47
#include "kex.h"
0 commit comments