mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
wrap optional headers with OPENSSL_NO_ macro
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#include <openssl/comp.h>
|
||||
#ifndef OPENSSL_NO_COMP
|
||||
# include <openssl/comp.h>
|
||||
#endif
|
||||
|
||||
void comp_zlib_cleanup_int(void);
|
||||
|
||||
Reference in New Issue
Block a user