From d0b8a16f4dc472ad465a8c9b87bbe32f176322fa Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 13 Dec 2023 11:23:30 +0100 Subject: [PATCH] x --- CDEPS/openssl/000.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CDEPS/openssl/000.patch b/CDEPS/openssl/000.patch index 6273aeece6..bdcb40cd5c 100644 --- a/CDEPS/openssl/000.patch +++ b/CDEPS/openssl/000.patch @@ -1,15 +1,15 @@ diff --git a/crypto/comp/c_zlib.c b/crypto/comp/c_zlib.c -index b819337..e479bd6 100644 +index 0fbab8f014..0dc8ff53d4 100644 --- a/crypto/comp/c_zlib.c +++ b/crypto/comp/c_zlib.c -@@ -34,6 +34,10 @@ COMP_METHOD *COMP_zlib(void); - +@@ -26,6 +26,10 @@ COMP_METHOD *COMP_zlib(void); + # include - + +#ifndef ZLIB_OONI +# error "We're not including the correct zlib.h file" +#endif + static int zlib_stateful_init(COMP_CTX *ctx); static void zlib_stateful_finish(COMP_CTX *ctx); - static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, + static ossl_ssize_t zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,