Add des ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
1 LIBS=../../../libcrypto
2
3 IF[{- !$disabled{des} -}]
4   SOURCE[../../../libcrypto]=\
5       cipher_tdes_default.c cipher_tdes_default_hw.c \
6       cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \
7       cipher_desx.c cipher_desx_hw.c \
8       cipher_des.c cipher_des_hw.c
9 ENDIF
10
11 IF[{- !$disabled{aria} -}]
12   SOURCE[../../../libcrypto]=\
13       cipher_aria.c cipher_aria_hw.c \
14       cipher_aria_gcm.c cipher_aria_gcm_hw.c \
15       cipher_aria_ccm.c cipher_aria_ccm_hw.c
16 ENDIF
17
18 IF[{- !$disabled{camellia} -}]
19   SOURCE[../../../libcrypto]=\
20       cipher_camellia.c cipher_camellia_hw.c
21 ENDIF
22
23 IF[{- !$disabled{bf} -}]
24   SOURCE[../../../libcrypto]=\
25       cipher_blowfish.c cipher_blowfish_hw.c
26 ENDIF
27
28 IF[{- !$disabled{idea} -}]
29   SOURCE[../../../libcrypto]=\
30       cipher_idea.c cipher_idea_hw.c
31 ENDIF
32
33 IF[{- !$disabled{cast} -}]
34   SOURCE[../../../libcrypto]=\
35       cipher_cast5.c cipher_cast5_hw.c
36 ENDIF
37
38 IF[{- !$disabled{seed} -}]
39   SOURCE[../../../libcrypto]=\
40       cipher_seed.c cipher_seed_hw.c
41 ENDIF
42
43 IF[{- !$disabled{sm4} -}]
44   SOURCE[../../../libcrypto]=\
45       cipher_sm4.c cipher_sm4_hw.c
46 ENDIF
47
48 IF[{- !$disabled{ocb} -}]
49   SOURCE[../../../libcrypto]=\
50        cipher_aes_ocb.c cipher_aes_ocb_hw.c
51 ENDIF
52
53 INCLUDE[../../../libcrypto]=. ../../../crypto