- (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, used

in servconf.h.
This commit is contained in:
Darren Tucker 2014-07-19 06:23:18 +10:00
parent ab2ec586ba
commit 450bc1180d
3 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@
[ssh-agent.c]
restore umask around listener socket creation (dropped in streamlocal patch
merge)
- (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, used
in servconf.h.
20140717
- (djm) [digest-openssl.c] Preserve array order when disabling digests.

View File

@ -40,6 +40,7 @@
#include "log.h"
#include "dispatch.h"
#include "buffer.h"
#include "misc.h"
#include "servconf.h"
#include "packet.h"
#include "ssh-gss.h"

View File

@ -39,6 +39,7 @@
#include "hostfile.h"
#include "auth.h"
#include "log.h"
#include "misc.h"
#include "servconf.h"
#include "buffer.h"