Prepare to detect index changes in OCSP responder.
[openssl.git] / crypto / engine / build.info
index 161dad4d028189a8d63c18aaa27a73b2bee59149..e00802a3fd55b6fb94a198e07f6eabe034fcb46d 100644 (file)
@@ -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