summaryrefslogtreecommitdiff
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
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)
-rw-r--r--ChangeLog7
-rw-r--r--monitor.c3
-rw-r--r--monitor_wrap.c3
3 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b2c891c..674d2b9e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,11 @@
9 - stevesk@cvs.openbsd.org 2006/08/06 01:13:32 9 - stevesk@cvs.openbsd.org 2006/08/06 01:13:32
10 [compress.c monitor.c monitor_wrap.c] 10 [compress.c monitor.c monitor_wrap.c]
11 "zlib.h" can be <zlib.h>; ok djm@ markus@ 11 "zlib.h" can be <zlib.h>; ok djm@ markus@
12 - miod@cvs.openbsd.org 2006/08/12 20:46:46
13 [monitor.c monitor_wrap.c]
14 Revert previous include file ordering change, for ssh to compile under
15 gcc2 (or until openssl include files are cleaned of parameter names
16 in function prototypes)
12 17
1320060817 1820060817
14 - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c] 19 - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
@@ -5230,4 +5235,4 @@
5230 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5235 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5231 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5236 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5232 5237
5233$Id: ChangeLog,v 1.4487 2006/08/18 14:21:46 djm Exp $ 5238$Id: ChangeLog,v 1.4488 2006/08/18 14:22:40 djm Exp $
diff --git a/monitor.c b/monitor.c
index 9e6bcc85f..83b3765a0 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor.c,v 1.87 2006/08/06 01:13:32 stevesk Exp $ */ 1/* $OpenBSD: monitor.c,v 1.88 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>
@@ -42,7 +42,6 @@
42#include <signal.h> 42#include <signal.h>
43#include <stdlib.h> 43#include <stdlib.h>
44#include <string.h> 44#include <string.h>
45#include <zlib.h>
46 45
47#ifdef SKEY 46#ifdef SKEY
48#include <skey.h> 47#include <skey.h>
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>