Fix explicit de-init macros
[openssl.git] / include / openssl / comp.h
index bfdadce1a146fdccdc5a4b44ee74bff6c32b3a56..d2537f8d560b0e91752c4863a3a3085239184268 100644 (file)
@@ -81,7 +81,7 @@ int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
 COMP_METHOD *COMP_zlib(void);
 
 #if OPENSSL_API_COMPAT < 0x10100000L
-#define COMP_zlib_cleanup()
+#define COMP_zlib_cleanup() while(0) continue
 #endif
 
 # ifdef HEADER_BIO_H