Prepare to detect index changes in OCSP responder.
[openssl.git] / crypto / engine / build.info
index d27646a9e88f5b64cb21b34d5aa6df9c57639abb..e00802a3fd55b6fb94a198e07f6eabe034fcb46d 100644 (file)
@@ -2,7 +2,10 @@ LIBS=../../libcrypto
 SOURCE[../../libcrypto]=\
         eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
         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_store.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