mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
ca392b2943
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9406)
22 lines
617 B
Plaintext
22 lines
617 B
Plaintext
LIBS=../../../libcrypto
|
|
|
|
IF[{- !$disabled{des} -}]
|
|
$COMMON_DES=cipher_tdes.c cipher_tdes_hw.c
|
|
ENDIF
|
|
|
|
$COMMON=cipher_common.c cipher_common_hw.c block.c \
|
|
cipher_aes.c cipher_aes_hw.c \
|
|
cipher_aes_xts.c cipher_aes_xts_hw.c \
|
|
cipher_gcm.c cipher_gcm_hw.c \
|
|
cipher_aes_gcm.c cipher_aes_gcm_hw.c \
|
|
cipher_ccm.c cipher_ccm_hw.c \
|
|
cipher_aes_ccm.c cipher_aes_ccm_hw.c \
|
|
cipher_aes_wrp.c \
|
|
$COMMON_DES
|
|
|
|
SOURCE[../../../libcrypto]=$COMMON
|
|
INCLUDE[../../../libcrypto]=. ../../../crypto
|
|
|
|
SOURCE[../../fips]=$COMMON
|
|
INCLUDE[../../fips]=. ../../../crypto
|