mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, used
in servconf.h.
This commit is contained in:
parent
ab2ec586ba
commit
450bc1180d
|
@ -37,6 +37,8 @@
|
||||||
[ssh-agent.c]
|
[ssh-agent.c]
|
||||||
restore umask around listener socket creation (dropped in streamlocal patch
|
restore umask around listener socket creation (dropped in streamlocal patch
|
||||||
merge)
|
merge)
|
||||||
|
- (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, used
|
||||||
|
in servconf.h.
|
||||||
|
|
||||||
20140717
|
20140717
|
||||||
- (djm) [digest-openssl.c] Preserve array order when disabling digests.
|
- (djm) [digest-openssl.c] Preserve array order when disabling digests.
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "dispatch.h"
|
#include "dispatch.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
#include "misc.h"
|
||||||
#include "servconf.h"
|
#include "servconf.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "ssh-gss.h"
|
#include "ssh-gss.h"
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
#include "hostfile.h"
|
#include "hostfile.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "misc.h"
|
||||||
#include "servconf.h"
|
#include "servconf.h"
|
||||||
|
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
Loading…
Reference in New Issue