提交 e89f5fb3 编写于 作者: P Pauli

OPENSSL_NO_ENGINE defined causes build failures

TEST_note as an undefined link symbol is the symptom.
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4032)
上级 d3b58b95
......@@ -12,12 +12,13 @@
#include <stdlib.h>
#include <openssl/e_os2.h>
# include "testutil.h"
#ifndef OPENSSL_NO_ENGINE
# include <openssl/buffer.h>
# include <openssl/crypto.h>
# include <openssl/engine.h>
# include <openssl/err.h>
# include "testutil.h"
static void display_engine_list(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册