From 7f4268bff3cf49b96d25bfd83013ee310c31520b Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 13 Feb 2019 09:30:20 +1000 Subject: 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) --- engines/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/build.info') 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 -- cgit v1.2.3