diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | auth-skey.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -121,6 +121,7 @@ | |||
121 | - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile | 121 | - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile |
122 | on Cygwin. | 122 | on Cygwin. |
123 | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. | 123 | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. |
124 | - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. | ||
124 | 125 | ||
125 | 20060804 | 126 | 20060804 |
126 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent | 127 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent |
@@ -5191,4 +5192,4 @@ | |||
5191 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5192 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5192 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5193 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5193 | 5194 | ||
5194 | $Id: ChangeLog,v 1.4471 2006/08/05 09:18:08 dtucker Exp $ | 5195 | $Id: ChangeLog,v 1.4472 2006/08/05 09:56:00 dtucker Exp $ |
diff --git a/auth-skey.c b/auth-skey.c index 147dab825..25073dbae 100644 --- a/auth-skey.c +++ b/auth-skey.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include "key.h" | 38 | #include "key.h" |
39 | #include "hostfile.h" | 39 | #include "hostfile.h" |
40 | #include "auth.h" | 40 | #include "auth.h" |
41 | #include "ssh-gss.h" | ||
41 | #include "monitor_wrap.h" | 42 | #include "monitor_wrap.h" |
42 | 43 | ||
43 | static void * | 44 | static void * |