提交 5b6e7c8c 编写于 作者: R Richard Levitte

Inclusion of openssl/engine.h should always be wrapped with a check that

OPENSSL_NO_ENGINE is not defined.
上级 f96d1af4
......@@ -59,7 +59,9 @@
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#if 0
#undef OpenSSL_add_all_algorithms
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册