ports/www/apache24/files/patch-modules_ssl_ssl__engine__io.c
Bernard Spil e721e5aeff www/apache24: Update to 2.4.52
Security:	ca982e2d-61a9-11ec-8be6-d4c9ef517024
MFH:		2021Q4
2021-12-20 17:23:35 +00:00

11 lines
433 B
C

--- modules/ssl/ssl_engine_io.c.orig 2020-02-20 16:33:40.000000000 -0800
+++ modules/ssl/ssl_engine_io.c 2021-02-25 16:08:04.863228000 -0800
@@ -242,7 +242,7 @@ static int bio_filter_out_write(BIO *bio, const char *
static long bio_filter_out_ctrl(BIO *bio, int cmd, long num, void *ptr)
{
- long ret = 1;
+ long ret = 0;
bio_filter_out_ctx_t *outctx = (bio_filter_out_ctx_t *)BIO_get_data(bio);
switch (cmd) {