From: Pauli Date: Thu, 27 Jul 2017 23:25:59 +0000 (+1000) Subject: OPENSSL_NO_ENGINE defined causes build failures X-Git-Tag: OpenSSL_1_1_1-pre1~957 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e89f5fb37014514f0c273980c3d6cbedfa73f862;p=oweals%2Fopenssl.git 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) --- 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) {