]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/des/build.info
Params: add argument to the _from_text calls to indicate if the param exists.
[thirdparty/openssl.git] / crypto / des / build.info
CommitLineData
d67d04f3
RL
1$DESASM=des_enc.c fcrypt_b.c
2IF[{- !$disabled{asm} -}]
3 $DESASM_x86=des-586.s crypt586.s
4 $DESASM_ia64=ghash-ia64.s
5 $DESASM_sparcv9=des_enc-sparc.S fcrypt_b.c dest4-sparcv9.S
6 $DESASM_sparcv8=des_enc-sparc.S fcrypt_b.c
7
8 # Now that we have defined all the arch specific variables, use the
9 # appropriate one
10 IF[$DESASM_{- $target{asm_arch} -}]
11 $DESASM=$DESASM_{- $target{asm_arch} -}
c0d47492 12 $DESDEF=DES_ASM
d67d04f3
RL
13 ENDIF
14ENDIF
15
777a2882 16LIBS=../../libcrypto
4a42e264
SL
17$COMMON=set_key.c ecb3_enc.c $DESASM
18SOURCE[../../libcrypto]=$COMMON\
19 ecb_enc.c cbc_enc.c \
20 cfb64enc.c cfb64ede.c cfb_enc.c \
bfcdd4d0
AP
21 ofb64ede.c ofb64enc.c ofb_enc.c \
22 str2key.c pcbc_enc.c qud_cksm.c rand_key.c \
695ecf8b 23 fcrypt.c xcbc_enc.c cbc_cksm.c
dec95d75 24SOURCE[../../providers/libfips.a]=$COMMON
c0d47492
RL
25DEFINE[../../libcrypto]=$DESDEF
26DEFINE[../../providers/libfips.a]=$DESDEF
567a9e6f 27
0e43960e
RL
28# When all deprecated symbols are removed, libcrypto doesn't export the
29# DES functions, so we must include them directly in liblegacy.a
30IF[{- $disabled{'deprecated-3.0'} && !$disabled{"mdc2"} -}]
c6fec81b
P
31 SOURCE[../../providers/liblegacy.a]=set_key.c $DESASM
32 DEFINE[../../providers/liblegacy.a]=$DESDEF
33ENDIF
34
6d33da34 35GENERATE[des_enc-sparc.S]=asm/des_enc.m4
a1c8befd 36GENERATE[dest4-sparcv9.S]=asm/dest4-sparcv9.pl
f0667b14 37INCLUDE[dest4-sparcv9.o]=..
567a9e6f 38
a1c8befd 39GENERATE[des-586.s]=asm/des-586.pl
6d33da34 40DEPEND[des-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
a1c8befd 41GENERATE[crypt586.s]=asm/crypt586.pl
6d33da34 42DEPEND[crypt586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl