]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/camellia/build.info
RSA: Do not set NULL OAEP labels
[thirdparty/openssl.git] / crypto / camellia / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
94707b0b
RL
2
3$CMLLASM=camellia.c cmll_misc.c cmll_cbc.c
4IF[{- !$disabled{asm} -}]
5 $CMLLASM_x86=cmll-x86.s
6 $CMLLASM_x86_64=cmll-x86_64.s cmll_misc.c
7 $CMLLASM_sparcv9=camellia.c cmll_misc.c cmll_cbc.c cmllt4-sparcv9.S
8
9 # Now that we have defined all the arch specific variables, use the
10 # appropriate one
11 IF[$CMLLASM_{- $target{asm_arch} -}]
12 $CMLLASM=$CMLLASM_{- $target{asm_arch} -}
c0d47492 13 $CMLLDEF=CMLL_ASM
94707b0b
RL
14 ENDIF
15ENDIF
16
17SOURCE[../../libcrypto]=cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c $CMLLASM
c0d47492 18DEFINE[../../libcrypto]=$CMLLDEF
567a9e6f 19
a1c8befd 20GENERATE[cmll-x86.s]=asm/cmll-x86.pl
5384d1e4 21DEPEND[cmll-x86.s]=../perlasm/x86asm.pl
a1c8befd
RL
22GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl
23GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl
f0667b14 24INCLUDE[cmllt4-sparcv9.o]=..
7936a86b 25DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9_modes.pl