From e89f5fb37014514f0c273980c3d6cbedfa73f862 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 28 Jul 2017 09:25:59 +1000 Subject: [PATCH] OPENSSL_NO_ENGINE defined causes build failures TEST_note as an undefined link symbol is the symptom. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4032) --- test/enginetest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/enginetest.c b/test/enginetest.c index d32260f5ca..4e78277859 100644 --- a/test/enginetest.c +++ b/test/enginetest.c @@ -12,12 +12,13 @@ #include #include +# include "testutil.h" + #ifndef OPENSSL_NO_ENGINE # include # include # include # include -# include "testutil.h" static void display_engine_list(void) { -- 2.25.1