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


- Log -----------------------------------------------------------------
commit 7f4268bff3cf49b96d25bfd83013ee310c31520b
Author: Pauli <[email protected]>
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 <[email protected]>
    (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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to