Latest update.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
$COMMON_GOAL=../../libcommon.a
|
||||
|
||||
$NULL_GOAL=../../libimplementations.a
|
||||
$AES_GOAL=../../libimplementations.a
|
||||
$TDES_1_GOAL=../../libimplementations.a
|
||||
$TDES_2_GOAL=../../libimplementations.a
|
||||
@@ -35,6 +36,9 @@ IF[{- !$disabled{des} -}]
|
||||
SOURCE[$TDES_1_GOAL]=cipher_tdes.c cipher_tdes_hw.c
|
||||
ENDIF
|
||||
|
||||
SOURCE[$NULL_GOAL]=\
|
||||
cipher_null.c
|
||||
|
||||
SOURCE[$AES_GOAL]=\
|
||||
cipher_aes.c cipher_aes_hw.c \
|
||||
cipher_aes_xts.c cipher_aes_xts_hw.c \
|
||||
|
||||
Reference in New Issue
Block a user