summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/build.info
blob: 4a816d0f4d9d001ca8a260a835b3acff5ce2f013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBS=../../../libcrypto

$COMMON=cipher_common.c cipher_common_hw.c block.c \
        cipher_aes.c cipher_aes_hw.c \
        cipher_gcm.c cipher_aes_gcm.c cipher_gcm_hw.c \
        cipher_ccm.c cipher_aes_ccm.c cipher_ccm_hw.c

SOURCE[../../../libcrypto]=$COMMON
IF[{- !$disabled{aria} -}]
  SOURCE[../../../libcrypto]=\
      cipher_aria.c cipher_aria_hw.c \
      cipher_aria_gcm.c cipher_aria_ccm.c 
ENDIF

IF[{- !$disabled{camellia} -}]
  SOURCE[../../../libcrypto]=\
      cipher_camellia.c cipher_camellia_hw.c
ENDIF
INCLUDE[../../../libcrypto]=. ../../../crypto

SOURCE[../../fips]=$COMMON
INCLUDE[../../fips]=. ../../../crypto