[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Wed Oct 10 08:45:31 UTC 2018
The branch master has been updated
via 5f9f67b9d494e26941aa8d66d28a6a993c557643 (commit)
from a5fcce6b953458a0f06a76d74c5fabfc355a1a41 (commit)
- Log -----------------------------------------------------------------
commit 5f9f67b9d494e26941aa8d66d28a6a993c557643
Author: Matt Caswell <matt at openssl.org>
Date: Mon Oct 8 12:16:22 2018 +0100
Fix no-engine
Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/7365)
-----------------------------------------------------------------------
Summary of changes:
test/ecdsatest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/ecdsatest.c b/test/ecdsatest.c
index 01a19ce..96939a5 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>
More information about the openssl-commits
mailing list