summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-10-08 12:16:22 +0100
committerPauli <paul.dale@oracle.com>2018-10-16 09:36:47 +1000
commit26d97bf6b22a4d5fa3a2467eed8c86c521fe3c66 (patch)
treecdb568d4fb294f2153a42a5faca7ddb3004f34e2 /test
parent84eb73eab519673d1bd7169f06ad588547722262 (diff)
Fix no-engine
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/7365) (cherry picked from commit 5f9f67b9d494e26941aa8d66d28a6a993c557643)
Diffstat (limited to 'test')
-rw-r--r--test/ecdsatest.c1
1 files changed, 1 insertions, 0 deletions
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 <openssl/engine.h>
# endif
+# include <openssl/sha.h>
# include <openssl/err.h>
# include <openssl/rand.h>