]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/bf/build.info
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
[thirdparty/openssl.git] / crypto / bf / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
053d0b22
RL
2
3$BFASM=bf_enc.c
4IF[{- !$disabled{asm} -}]
5 $BFASM_x86=bf-586.s
6
7 # Now that we have defined all the arch specific variables, use the
8 # appropriate one
9 IF[$BFASM_{- $target{asm_arch} -}]
10 $BFASM=$BFASM_{- $target{asm_arch} -}
11 ENDIF
12ENDIF
13
14SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c $BFASM
567a9e6f 15
8c3bc594 16GENERATE[bf-586.s]=asm/bf-586.pl \
722c9762 17 $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR)
10eab320 18DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl