From f3296bc4b47ea38ca88b0e53af8b09c5de2025f9 Mon Sep 17 00:00:00 2001 From: dtucker Date: Sat, 5 Aug 2006 09:56:00 +0000 Subject: [PATCH] - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. --- ChangeLog | 1 + auth-skey.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0196b6d..2bdd5e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -121,6 +121,7 @@ - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile on Cygwin. - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. + - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. 20060804 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent diff --git a/auth-skey.c b/auth-skey.c index 147dab82..25073dba 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -38,6 +38,7 @@ #include "key.h" #include "hostfile.h" #include "auth.h" +#include "ssh-gss.h" #include "monitor_wrap.h" static void * -- 2.45.2