From: Eneas U de Queiroz Date: Tue, 12 Feb 2019 20:02:51 +0000 (-0200) Subject: engines/build.info: fix devcrypto MODULES entry X-Git-Tag: openssl-3.0.0-alpha1~2490 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=84effd3d16b8e8d86a4829c6a80767f59e4bc3af 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) --- 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