OPENSSL_NO_ENGINE defined causes build failures
TEST_note as an undefined link symbol is the symptom. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4032)
This commit is contained in:
parent
d3b58b953c
commit
e89f5fb370
1 changed files with 2 additions and 1 deletions
|
@ -12,12 +12,13 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <openssl/e_os2.h>
|
#include <openssl/e_os2.h>
|
||||||
|
|
||||||
|
# include "testutil.h"
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# include <openssl/buffer.h>
|
# include <openssl/buffer.h>
|
||||||
# include <openssl/crypto.h>
|
# include <openssl/crypto.h>
|
||||||
# include <openssl/engine.h>
|
# include <openssl/engine.h>
|
||||||
# include <openssl/err.h>
|
# include <openssl/err.h>
|
||||||
# include "testutil.h"
|
|
||||||
|
|
||||||
static void display_engine_list(void)
|
static void display_engine_list(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue