summaryrefslogtreecommitdiff
path: root/auth2-gss.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-01-27 10:15:08 +0000
committerDamien Miller <djm@mindrot.org>2021-01-27 21:16:45 +1100
commit67f47f1965abafc1830a287761125c2f4790857e (patch)
tree28f374e7617da5c07e16fee11f32aeafd4d05ea7 /auth2-gss.c
parent39be3dc209f28f9c1ebfeba42adde8963b01e1cd (diff)
downloadopenssh-git-67f47f1965abafc1830a287761125c2f4790857e.tar.gz
upstream: this needs kex.h now
OpenBSD-Commit-ID: c5a42166c5aa002197217421a971e48be7cb5d41
Diffstat (limited to 'auth2-gss.c')
-rw-r--r--auth2-gss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth2-gss.c b/auth2-gss.c
index 0dbabd35..60e36961 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-gss.c,v 1.31 2021/01/27 10:05:28 djm Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.32 2021/01/27 10:15:08 djm Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -44,6 +44,7 @@
#include "misc.h"
#include "servconf.h"
#include "packet.h"
+#include "kex.h"
#include "ssh-gss.h"
#include "monitor_wrap.h"