[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Paul I. Dale pauli at openssl.org
Mon Oct 15 23:38:02 UTC 2018


The branch OpenSSL_1_1_1-stable has been updated
       via  26d97bf6b22a4d5fa3a2467eed8c86c521fe3c66 (commit)
      from  84eb73eab519673d1bd7169f06ad588547722262 (commit)


- Log -----------------------------------------------------------------
commit 26d97bf6b22a4d5fa3a2467eed8c86c521fe3c66
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)
    
    (cherry picked from commit 5f9f67b9d494e26941aa8d66d28a6a993c557643)

-----------------------------------------------------------------------

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