mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-18 14:26:17 +08:00
wrap optional headers with OPENSSL_NO_ macro
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
//FIXME:
|
||||
|
||||
#ifndef OPENSSL_NO_ASYNC
|
||||
#include <openssl/async.h>
|
||||
#endif
|
||||
|
||||
int async_init(void);
|
||||
void async_deinit(void);
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
|
||||
void engine_load_openssl_int(void);
|
||||
void engine_load_cryptodev_int(void);
|
||||
|
||||
Reference in New Issue
Block a user