artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94a5455
)
this needs kex.h now
author
djm
<djm@openbsd.org>
Wed, 27 Jan 2021 10:15:08 +0000
(10:15 +0000)
committer
djm
<djm@openbsd.org>
Wed, 27 Jan 2021 10:15:08 +0000
(10:15 +0000)
usr.bin/ssh/auth2-gss.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/auth2-gss.c
b/usr.bin/ssh/auth2-gss.c
index
dfe29c0
..
245c5d9
100644
(file)
--- a/
usr.bin/ssh/auth2-gss.c
+++ b/
usr.bin/ssh/auth2-gss.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: auth2-gss.c,v 1.3
1 2021/01/27 10:05:2
8 djm Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.3
2 2021/01/27 10:15:0
8 djm Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@
-39,6
+39,7
@@
#include "ssherr.h"
#include "servconf.h"
#include "packet.h"
+#include "kex.h"
#include "ssh-gss.h"
#include "monitor_wrap.h"