fix "no-engine" build of test fixture
[openssl.git] / 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 */