summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-10-08 12:16:22 +0100
committerMatt Caswell <matt@openssl.org>2018-10-10 09:40:01 +0100
commit5f9f67b9d494e26941aa8d66d28a6a993c557643 (patch)
tree0f1953ff2feb61d5e6b483118e8f82a05bdf9c46 /test
parenta5fcce6b953458a0f06a76d74c5fabfc355a1a41 (diff)
Fix no-engine
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/7365)
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>