提交 97b70891 编写于 作者: R Richard Levitte

Wrap the inclusion of openssl/engine.h with a protective check for

the absence of OPENSSL_NO_ENGINE.
上级 2f6ebed1
......@@ -93,7 +93,9 @@ int main(int argc, char * argv[])
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/ecdsa.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#include <openssl/err.h>
#include <openssl/rand.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册