Fix -DZLIB build for opaque COMP types
[openssl.git] / crypto / comp / comp_lcl.h
index f1ec8d5481a71863d9bae230274b184f7fe392a0..613437e05af8b42a3acfcb65122373162e7be945 100644 (file)
@@ -71,4 +71,5 @@ struct comp_ctx_st {
     unsigned long compress_out;
     unsigned long expand_in;
     unsigned long expand_out;
+    void* data;
 };