engines/build.info: fix devcrypto MODULES entry
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Tue, 12 Feb 2019 20:02:51 +0000 (18:02 -0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 22 Feb 2019 08:42:56 +0000 (09:42 +0100)
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)

engines/build.info

index e493cedaab85ac4af40fd516d5e1f90d3c69d3c0..cf00a978cdbb829aacfae273656266418a475f16 100644 (file)
@@ -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