Skip to content

Commit 2a1a257

Browse files
committed
upstream: misc.h is needed for ForwardOptions in servconf.h.
OpenBSD-Commit-ID: b241d81c499e273fc2d81c82d5b7c7b280827416
1 parent ad63236 commit 2a1a257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth2-gss.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: auth2-gss.c,v 1.36 2024/05/17 04:42:13 djm Exp $ */
1+
/* $OpenBSD: auth2-gss.c,v 1.37 2026/02/07 18:04:53 dtucker Exp $ */
22

33
/*
44
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -41,6 +41,7 @@
4141
#include "dispatch.h"
4242
#include "sshbuf.h"
4343
#include "ssherr.h"
44+
#include "misc.h"
4445
#include "servconf.h"
4546
#include "packet.h"
4647
#include "kex.h"

0 commit comments

Comments
 (0)