summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/engine/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/engine/build.info')
-rw-r--r--deps/openssl/openssl/crypto/engine/build.info5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/openssl/openssl/crypto/engine/build.info b/deps/openssl/openssl/crypto/engine/build.info
index 161dad4d02..e00802a3fd 100644
--- a/deps/openssl/openssl/crypto/engine/build.info
+++ b/deps/openssl/openssl/crypto/engine/build.info
@@ -4,5 +4,8 @@ SOURCE[../../libcrypto]=\
eng_table.c eng_pkey.c eng_fat.c eng_all.c \
tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c \
tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c \
- eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \
+ eng_openssl.c eng_cnf.c eng_dyn.c \
eng_rdrand.c
+IF[{- !$disabled{devcryptoeng} -}]
+ SOURCE[../../libcrypto]=eng_devcrypto.c
+ENDIF