From: Pauli Date: Tue, 12 Feb 2019 23:30:20 +0000 (+1000) Subject: Fix master build. X-Git-Tag: openssl-3.0.0-alpha1~2544 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f4268bff3cf49b96d25bfd83013ee310c31520b;p=oweals%2Fopenssl.git Fix master build. The recent change from ENGINES to MODULES broke the configure it seems. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/8219) --- diff --git a/engines/build.info b/engines/build.info index f94e620a02..e493cedaab 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