head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.05.31.17.38.58;	author mm;	state dead;
branches;
next	1.1;

1.1
date	2012.03.19.09.18.13;	author mm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.4.31
@
text
@Index: src/network.c
===================================================================
--- src/network.c	(revision 2824)
+++ src/network.c	(revision 2825)
@@@@ -25,6 +25,14 @@@@
 # include <openssl/ssl.h>
 # include <openssl/err.h>
 # include <openssl/rand.h>
+# include <openssl/dh.h>
+# include <openssl/bn.h>
+
+# if OPENSSL_VERSION_NUMBER >= 0x0090800fL
+#  ifndef OPENSSL_NO_ECDH
+# include <openssl/ecdh.h>
+#  endif
+# endif
 #endif
 
 #ifdef USE_OPENSSL
@


1.1
log
@Add patch for upstream bug #2391
Reorganize patches

Feature safe:	yes
@
text
@@

