diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | auth2-gss.c | 1 | ||||
-rw-r--r-- | gss-serv-krb5.c | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,8 @@ | |||
37 | [ssh-agent.c] | 37 | [ssh-agent.c] |
38 | restore umask around listener socket creation (dropped in streamlocal patch | 38 | restore umask around listener socket creation (dropped in streamlocal patch |
39 | merge) | 39 | merge) |
40 | - (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, used | ||
41 | in servconf.h. | ||
40 | 42 | ||
41 | 20140717 | 43 | 20140717 |
42 | - (djm) [digest-openssl.c] Preserve array order when disabling digests. | 44 | - (djm) [digest-openssl.c] Preserve array order when disabling digests. |
diff --git a/auth2-gss.c b/auth2-gss.c index c28a705cb..447f896f2 100644 --- a/auth2-gss.c +++ b/auth2-gss.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include "log.h" | 40 | #include "log.h" |
41 | #include "dispatch.h" | 41 | #include "dispatch.h" |
42 | #include "buffer.h" | 42 | #include "buffer.h" |
43 | #include "misc.h" | ||
43 | #include "servconf.h" | 44 | #include "servconf.h" |
44 | #include "packet.h" | 45 | #include "packet.h" |
45 | #include "ssh-gss.h" | 46 | #include "ssh-gss.h" |
diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c index 759fa104f..795992d9f 100644 --- a/gss-serv-krb5.c +++ b/gss-serv-krb5.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include "hostfile.h" | 39 | #include "hostfile.h" |
40 | #include "auth.h" | 40 | #include "auth.h" |
41 | #include "log.h" | 41 | #include "log.h" |
42 | #include "misc.h" | ||
42 | #include "servconf.h" | 43 | #include "servconf.h" |
43 | 44 | ||
44 | #include "buffer.h" | 45 | #include "buffer.h" |