Fix from HEAD.
This commit is contained in:
parent
6104c49f31
commit
ad4a89f070
@ -406,8 +406,10 @@ COMP_METHOD *COMP_zlib(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(ZLIB) || defined(ZLIB_SHARED)
|
#ifdef ZLIB_SHARED
|
||||||
if (zlib_loaded)
|
if (zlib_loaded)
|
||||||
|
#endif
|
||||||
|
#if defined(ZLIB) || defined(ZLIB_SHARED)
|
||||||
meth = &zlib_stateful_method;
|
meth = &zlib_stateful_method;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user