Commit 84effd3d authored by Eneas U de Queiroz's avatar Eneas U de Queiroz Committed by Richard Levitte
Browse files

engines/build.info: fix devcrypto MODULES entry



The devcrypto MODULES line was missing the "engine" attribute.

Signed-off-by: default avatarEneas U de Queiroz <cote2004-github@yahoo.com>

Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8213)
parent 84712024
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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