]> git.ipfire.org Git - thirdparty/openssl.git/blob - providers/common/ciphers/build.info
Add aes_xts cipher to providers
[thirdparty/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_aes_xts.c cipher_aes_xts_hw.c \
10 cipher_gcm.c cipher_gcm_hw.c \
11 cipher_aes_gcm.c cipher_aes_gcm_hw.c \
12 cipher_ccm.c cipher_ccm_hw.c \
13 cipher_aes_ccm.c cipher_aes_ccm_hw.c \
14 $COMMON_DES
15
16 SOURCE[../../../libcrypto]=$COMMON
17 INCLUDE[../../../libcrypto]=. ../../../crypto
18
19 SOURCE[../../fips]=$COMMON
20 INCLUDE[../../fips]=. ../../../crypto
21