]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/common/ciphers/build.info
Add aes_wrap cipher to providers
[thirdparty/openssl.git] / providers / common / ciphers / build.info
CommitLineData
aab26e6f 1LIBS=../../../libcrypto
3bfe9005 2
4a42e264
SL
3IF[{- !$disabled{des} -}]
4 $COMMON_DES=cipher_tdes.c cipher_tdes_hw.c
5ENDIF
6
e1178600
SL
7$COMMON=cipher_common.c cipher_common_hw.c block.c \
8 cipher_aes.c cipher_aes_hw.c \
3a9f26f3 9 cipher_aes_xts.c cipher_aes_xts_hw.c \
4a42e264
SL
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 \
ca392b29 14 cipher_aes_wrp.c \
4a42e264
SL
15 $COMMON_DES
16
a672a02a 17SOURCE[../../../libcrypto]=$COMMON
aab26e6f 18INCLUDE[../../../libcrypto]=. ../../../crypto
66ad63e8 19
a672a02a 20SOURCE[../../fips]=$COMMON
3a9f26f3 21INCLUDE[../../fips]=. ../../../crypto