mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 20:43:46 +08:00
Make ZLIB without ZLIB_SHARED compiled again.
This commit is contained in:
parent
c6709b89c4
commit
0d894c9dbe
@ -406,8 +406,10 @@ COMP_METHOD *COMP_zlib(void)
|
||||
}
|
||||
|
||||
#endif
|
||||
#if defined(ZLIB) || defined(ZLIB_SHARED)
|
||||
#ifdef ZLIB_SHARED
|
||||
if (zlib_loaded)
|
||||
#endif
|
||||
#if defined(ZLIB) || defined(ZLIB_SHARED)
|
||||
meth = &zlib_stateful_method;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user