summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 9e0417bdc..fc506d267 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -30,8 +30,6 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
30#include <openssl/bn.h> 30#include <openssl/bn.h>
31#include <openssl/dh.h> 31#include <openssl/dh.h>
32 32
33#include "zlib.h" /* XXX Moved due to conflict on MacOS/X */
34
35#include "ssh.h" 33#include "ssh.h"
36#include "dh.h" 34#include "dh.h"
37#include "kex.h" 35#include "kex.h"
@@ -42,6 +40,8 @@ RCSID("$OpenBSD: monitor_wrap.c,v 1.35 2003/11/17 11:06:07 markus Exp $");
42#include "packet.h" 40#include "packet.h"
43#include "mac.h" 41#include "mac.h"
44#include "log.h" 42#include "log.h"
43#undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
44#include "zlib.h"
45#include "monitor.h" 45#include "monitor.h"
46#include "monitor_wrap.h" 46#include "monitor_wrap.h"
47#include "xmalloc.h" 47#include "xmalloc.h"