mirror of
https://github.com/openssl/openssl.git
synced 2024-12-02 22:44:29 +08:00
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)
This commit is contained in:
parent
84712024da
commit
84effd3d16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user