[Midnightbsd-cvs] mports [21011] trunk/www/apache24/files/ patch-modules_ssl_ssl__engine__io.c: add patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 5 14:23:35 EST 2016
Revision: 21011
http://svnweb.midnightbsd.org/mports/?rev=21011
Author: laffer1
Date: 2016-02-05 14:23:35 -0500 (Fri, 05 Feb 2016)
Log Message:
-----------
add patch
Added Paths:
-----------
trunk/www/apache24/files/patch-modules_ssl_ssl__engine__io.c
Added: trunk/www/apache24/files/patch-modules_ssl_ssl__engine__io.c
===================================================================
--- trunk/www/apache24/files/patch-modules_ssl_ssl__engine__io.c (rev 0)
+++ trunk/www/apache24/files/patch-modules_ssl_ssl__engine__io.c 2016-02-05 19:23:35 UTC (rev 21011)
@@ -0,0 +1,17 @@
+Backport openssl 0.9.8x patch:
+http://svn.apache.org/r1719967
+
+For discussion see:
+http://marc.info/?t=145011265700003&r=1&w=2
+===============================================================
+--- modules/ssl/ssl_engine_io.c.orig 2015-11-19 19:55:25 UTC
++++ modules/ssl/ssl_engine_io.c
+@@ -217,7 +217,7 @@ static int bio_filter_out_write(BIO *bio
+ * so limit the performance impact to handshake time.
+ */
+ #if OPENSSL_VERSION_NUMBER < 0x0009080df
+- need_flush = !SSL_is_init_finished(outctx->filter_ctx->pssl)
++ need_flush = !SSL_is_init_finished(outctx->filter_ctx->pssl);
+ #else
+ need_flush = SSL_in_connect_init(outctx->filter_ctx->pssl);
+ #endif
Property changes on: trunk/www/apache24/files/patch-modules_ssl_ssl__engine__io.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list