summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2019-02-12 18:02:51 -0200
committerRichard Levitte <levitte@openssl.org>2019-02-22 09:42:56 +0100
commit84effd3d16b8e8d86a4829c6a80767f59e4bc3af (patch)
tree8efe1bf56732748a2d6c576bdae91d93b4045ef3 /engines
parent84712024da5e5485e8397afc763555355bddf960 (diff)
engines/build.info: fix devcrypto MODULES entry
The devcrypto MODULES line was missing the "engine" attribute. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8213)
Diffstat (limited to 'engines')
-rw-r--r--engines/build.info2
1 files changed, 1 insertions, 1 deletions
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