summaryrefslogtreecommitdiffstats
path: root/crypto/bf
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/build.info6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/bf/build.info b/crypto/bf/build.info
index 9fa8187818..0c32fedef8 100644
--- a/crypto/bf/build.info
+++ b/crypto/bf/build.info
@@ -2,7 +2,7 @@ LIBS=../../libcrypto
$BFASM=bf_enc.c
IF[{- !$disabled{asm} -}]
- $BFASM_x86=bf-586.s
+ $BFASM_x86=bf-586.S
# Now that we have defined all the arch specific variables, use the
# appropriate one
@@ -21,5 +21,5 @@ IF[{- $disabled{'deprecated-3.0'} -}]
SOURCE[../../providers/liblegacy.a]=$ALL
ENDIF
-GENERATE[bf-586.s]=asm/bf-586.pl
-DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
+GENERATE[bf-586.S]=asm/bf-586.pl
+DEPEND[bf-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl