aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-22 09:47:15 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-27 22:56:02 +0200
commitdae9e15d74df2f216b277c8887afe2976cba9c6e (patch)
tree649f242f1e5948df10aea50de78fc9768c0f022d /crypto/bf
parent369e93398b68b8a328e6c1d766222b2d281ef016 (diff)
downloadopenssl-dae9e15d74df2f216b277c8887afe2976cba9c6e.tar.gz
bf/build.info: engage assembly module.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bf/build.info b/crypto/bf/build.info
index b8f982004a..37a004ea5b 100644
--- a/crypto/bf/build.info
+++ b/crypto/bf/build.info
@@ -1,5 +1,6 @@
LIBS=../../libcrypto
-SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c
+SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c \
+ {- $target{bf_asm_src} -}
GENERATE[bf-586.s]=asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR)
DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl