]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/common/ciphers/build.info
Add basic aria and camellia ciphers modes to default provider
[thirdparty/openssl.git] / providers / common / ciphers / build.info
CommitLineData
aab26e6f 1LIBS=../../../libcrypto
3bfe9005 2
e1178600
SL
3$COMMON=cipher_common.c cipher_common_hw.c block.c \
4 cipher_aes.c cipher_aes_hw.c \
5 cipher_gcm.c cipher_aes_gcm.c cipher_gcm_hw.c \
6 cipher_ccm.c cipher_aes_ccm.c cipher_ccm_hw.c
a672a02a
SL
7
8SOURCE[../../../libcrypto]=$COMMON
e1178600
SL
9IF[{- !$disabled{aria} -}]
10 SOURCE[../../../libcrypto]=\
11 cipher_aria.c cipher_aria_hw.c \
12 cipher_aria_gcm.c cipher_aria_ccm.c
13ENDIF
14
15IF[{- !$disabled{camellia} -}]
16 SOURCE[../../../libcrypto]=\
17 cipher_camellia.c cipher_camellia_hw.c
18ENDIF
aab26e6f 19INCLUDE[../../../libcrypto]=. ../../../crypto
66ad63e8 20
a672a02a 21SOURCE[../../fips]=$COMMON
e1178600 22INCLUDE[../../fips]=. ../../../crypto