From 26d97bf6b22a4d5fa3a2467eed8c86c521fe3c66 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 8 Oct 2018 12:16:22 +0100 Subject: [PATCH] Fix no-engine Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/7365) (cherry picked from commit 5f9f67b9d494e26941aa8d66d28a6a993c557643) --- test/ecdsatest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ecdsatest.c b/test/ecdsatest.c index 01a19cecd7..96939a5b72 100644 --- a/test/ecdsatest.c +++ b/test/ecdsatest.c @@ -25,6 +25,7 @@ # ifndef OPENSSL_NO_ENGINE # include # endif +# include # include # include -- 2.34.1