From 84effd3d16b8e8d86a4829c6a80767f59e4bc3af Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 12 Feb 2019 18:02:51 -0200 Subject: [PATCH] engines/build.info: fix devcrypto MODULES entry The devcrypto MODULES line was missing the "engine" attribute. Signed-off-by: Eneas U de Queiroz Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8213) --- engines/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/build.info b/engines/build.info index e493cedaab..cf00a978cd 100644 --- a/engines/build.info +++ b/engines/build.info @@ -43,7 +43,7 @@ IF[{- !$disabled{"engine"} -}] ENDIF ENDIF IF[{- !$disabled{"devcryptoeng"} -}] - MODULES=devcrypto + MODULES{engine}=devcrypto SOURCE[devcrypto]=e_devcrypto.c DEPEND[devcrypto]=../libcrypto INCLUDE[devcrypto]=../include -- 2.25.1