[openssl-commits] [openssl] master update

Dr. Paul Dale pauli at openssl.org
Wed Feb 13 01:03:49 UTC 2019


The branch master has been updated
       via  7f4268bff3cf49b96d25bfd83013ee310c31520b (commit)
      from  583fd0c1085c6297e3dd632ac588afee723aae5a (commit)


- Log -----------------------------------------------------------------
commit 7f4268bff3cf49b96d25bfd83013ee310c31520b
Author: Pauli <paul.dale at oracle.com>
Date:   Wed Feb 13 09:30:20 2019 +1000

    Fix master build.
    The recent change from ENGINES to MODULES broke the configure it seems.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8219)

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

Summary of changes:
 engines/build.info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engines/build.info b/engines/build.info
index f94e620..e493ced 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -43,7 +43,7 @@ IF[{- !$disabled{"engine"} -}]
       ENDIF
     ENDIF
     IF[{- !$disabled{"devcryptoeng"} -}]
-      ENGINES=devcrypto
+      MODULES=devcrypto
       SOURCE[devcrypto]=e_devcrypto.c
       DEPEND[devcrypto]=../libcrypto
       INCLUDE[devcrypto]=../include


More information about the openssl-commits mailing list