Cleanup ciphers and Add 3des ciphers.
[openssl.git] / providers / common / ciphers / build.info
1 LIBS=../../../libcrypto
2
3 IF[{- !$disabled{des} -}]
4   $COMMON_DES=cipher_tdes.c cipher_tdes_hw.c
5 ENDIF
6
7 $COMMON=cipher_common.c cipher_common_hw.c block.c \
8         cipher_aes.c cipher_aes_hw.c \
9         cipher_gcm.c cipher_gcm_hw.c \
10         cipher_aes_gcm.c cipher_aes_gcm_hw.c \
11         cipher_ccm.c cipher_ccm_hw.c \
12         cipher_aes_ccm.c cipher_aes_ccm_hw.c \
13         $COMMON_DES
14         
15 SOURCE[../../../libcrypto]=$COMMON
16 INCLUDE[../../../libcrypto]=. ../../../crypto
17
18 SOURCE[../../fips]=$COMMON
19 INCLUDE[../../fips]=. ../../../crypto