From 069c3c0908dfa8418753d0c25890a9d4fb67178d Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Thu, 25 Feb 2016 20:55:51 +0100 Subject: [PATCH] fix "no-engine" build of test fixture Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- test/dtlsv1listentest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.40.0