From: FdaSilvaYY Date: Thu, 25 Feb 2016 19:55:51 +0000 (+0100) Subject: fix "no-engine" build of test fixture X-Git-Tag: OpenSSL_1_1_0-pre4~511 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=069c3c0908dfa8418753d0c25890a9d4fb67178d;p=oweals%2Fopenssl.git fix "no-engine" build of test fixture Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- diff --git a/test/dtlsv1listentest.c b/test/dtlsv1listentest.c index 78ac83ab4a..6eef1b5e4e 100644 --- a/test/dtlsv1listentest.c +++ b/test/dtlsv1listentest.c @@ -60,7 +60,9 @@ #include #include #include -#include +#ifndef OPENSSL_NO_ENGINE + #include +#endif #include "e_os.h" /* Just a ClientHello without a cookie */