blob: e00802a3fd55b6fb94a198e07f6eabe034fcb46d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001LIBS=../../libcrypto
2SOURCE[../../libcrypto]=\
3 eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
4 eng_table.c eng_pkey.c eng_fat.c eng_all.c \
5 tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c \
6 tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c \
7 eng_openssl.c eng_cnf.c eng_dyn.c \
8 eng_rdrand.c
9IF[{- !$disabled{devcryptoeng} -}]
10 SOURCE[../../libcrypto]=eng_devcrypto.c
11ENDIF