mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
This commit is contained in:
parent
2b4e38b712
commit
6e1a9aa9b9
|
@ -121,6 +121,7 @@
|
||||||
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
|
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
|
||||||
on Cygwin.
|
on Cygwin.
|
||||||
- (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
|
- (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
|
||||||
|
- (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
|
||||||
|
|
||||||
20060804
|
20060804
|
||||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||||
|
@ -5191,4 +5192,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4471 2006/08/05 09:18:08 dtucker Exp $
|
$Id: ChangeLog,v 1.4472 2006/08/05 09:56:00 dtucker Exp $
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "hostfile.h"
|
#include "hostfile.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
#include "ssh-gss.h"
|
||||||
#include "monitor_wrap.h"
|
#include "monitor_wrap.h"
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
|
|
Loading…
Reference in New Issue