summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_cd.c
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2022-08-17 17:36:27 -0400
committerTodd Short <todd.short@me.com>2022-10-18 09:30:21 -0400
commit59d21298df9176b64b41cc8583c7024f7f5895d4 (patch)
tree6819e56eb1a1916dd85950bb210c27b9904e9859 /crypto/cms/cms_cd.c
parentcaf9317d7d75213990014e07048384be15688889 (diff)
Convert ZLIB defines to OPENSSL_NO_ZLIB
Use the normal OPENSSL_NO_ prefix to enable/disable ZLIB Make `BIO_f_zlib()` always available. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18186)
Diffstat (limited to 'crypto/cms/cms_cd.c')
-rw-r--r--crypto/cms/cms_cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cms/cms_cd.c b/crypto/cms/cms_cd.c
index 5578292dbf..3000268480 100644
--- a/crypto/cms/cms_cd.c
+++ b/crypto/cms/cms_cd.c
@@ -17,7 +17,7 @@
#include <openssl/comp.h>
#include "cms_local.h"
-#ifdef ZLIB
+#ifndef OPENSSL_NO_ZLIB
/* CMS CompressedData Utilities */