fix "no-engine" build of test fixture
authorFdaSilvaYY <fdasilvayy@gmail.com>
Thu, 25 Feb 2016 19:55:51 +0000 (20:55 +0100)
committerRich Salz <rsalz@openssl.org>
Thu, 25 Feb 2016 20:23:40 +0000 (15:23 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/dtlsv1listentest.c

index 78ac83ab4a388b698dc124ef45904feb444abd1f..6eef1b5e4ebd7e7c5e0517fb069c52ac3d8a9a5f 100644 (file)
@@ -60,7 +60,9 @@
 #include <openssl/bio.h>
 #include <openssl/err.h>
 #include <openssl/conf.h>
-#include <openssl/engine.h>
+#ifndef OPENSSL_NO_ENGINE
+ #include <openssl/engine.h>
+#endif
 #include "e_os.h"
 
 /* Just a ClientHello without a cookie */