diff --git a/CDEPS/openssl/000.patch b/CDEPS/openssl/000.patch index 6273aeece..bdcb40cd5 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,