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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069c3c0908dfa8418753d0c25890a9d4fb67178d;p=thirdparty%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 78ac83ab4a3..6eef1b5e4eb 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 */