summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-19 00:22:40 +1000
committerDamien Miller <djm@mindrot.org>2006-08-19 00:22:40 +1000
commit1c89ce074920a11ac1eb2093867e50c869d05480 (patch)
tree4ae70136d66142c9267a96af56de59b1bafb8c5f /monitor_wrap.c
parent63b94128cbfeb8a7e979baae7f3b29a171e4ab18 (diff)
- miod@cvs.openbsd.org 2006/08/12 20:46:46
[monitor.c monitor_wrap.c] Revert previous include file ordering change, for ssh to compile under gcc2 (or until openssl include files are cleaned of parameter names in function prototypes)
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 5d6ad25f4..431b3e495 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.c,v 1.53 2006/08/06 01:13:32 stevesk Exp $ */ 1/* $OpenBSD: monitor_wrap.c,v 1.54 2006/08/12 20:46:46 miod Exp $ */
2/* 2/*
3 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 3 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
4 * Copyright 2002 Markus Friedl <markus@openbsd.org> 4 * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -36,7 +36,6 @@
36#include <stdio.h> 36#include <stdio.h>
37#include <string.h> 37#include <string.h>
38#include <unistd.h> 38#include <unistd.h>
39#include <zlib.h>
40 39
41#include <openssl/bn.h> 40#include <openssl/bn.h>
42#include <openssl/dh.h> 41#include <openssl/dh.h>