a4ca5cc6c889bb3bcaaa48bb40c27650853cb5ed
[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 ENDIF
9
10 IF[{- !$disabled{aria} -}]
11   SOURCE[../../../libcrypto]=\
12       cipher_aria.c cipher_aria_hw.c \
13       cipher_aria_gcm.c cipher_aria_gcm_hw.c \
14       cipher_aria_ccm.c cipher_aria_ccm_hw.c
15 ENDIF
16
17 IF[{- !$disabled{camellia} -}]
18   SOURCE[../../../libcrypto]=\
19       cipher_camellia.c cipher_camellia_hw.c
20 ENDIF
21
22 IF[{- !$disabled{bf} -}]
23   SOURCE[../../../libcrypto]=\
24       cipher_blowfish.c cipher_blowfish_hw.c
25 ENDIF
26
27 INCLUDE[../../../libcrypto]=. ../../../crypto