summaryrefslogtreecommitdiff
path: root/crypto/des
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>2022-05-19 22:09:50 +0200
committerPauli <pauli@openssl.org>2022-05-24 13:16:06 +1000
commit9968c77539d6f7c5b1dcf0162fd4b57c144318c7 (patch)
tree38adc879ee30ba8b646216edf8c35c2ee7a76803 /crypto/des
parenta425c0fec6eb74c942ca5bca8e27ff0c9f126d48 (diff)
downloadopenssl-new-9968c77539d6f7c5b1dcf0162fd4b57c144318c7.tar.gz
Rename x86-32 assembly files from .s to .S.
Rename x86-32 assembly files from .s to .S. While processing the .S file gcc will use the pre-processor whic will evaluate macros and ifdef. This is turn will be used to enable the endbr32 opcode based on the __CET__ define. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18353)
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/build.info10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/des/build.info b/crypto/des/build.info
index ad8553a41a..4284272cfa 100644
--- a/crypto/des/build.info
+++ b/crypto/des/build.info
@@ -1,6 +1,6 @@
$DESASM=des_enc.c fcrypt_b.c
IF[{- !$disabled{asm} -}]
- $DESASM_x86=des-586.s crypt586.s
+ $DESASM_x86=des-586.S crypt586.S
$DESASM_sparcv9=des_enc-sparc.S fcrypt_b.c dest4-sparcv9.S
$DESASM_sparcv8=des_enc-sparc.S fcrypt_b.c
@@ -40,7 +40,7 @@ GENERATE[des_enc-sparc.S]=asm/des_enc.m4
GENERATE[dest4-sparcv9.S]=asm/dest4-sparcv9.pl
INCLUDE[dest4-sparcv9.o]=..
-GENERATE[des-586.s]=asm/des-586.pl
-DEPEND[des-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
-GENERATE[crypt586.s]=asm/crypt586.pl
-DEPEND[crypt586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
+GENERATE[des-586.S]=asm/des-586.pl
+DEPEND[des-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl
+GENERATE[crypt586.S]=asm/crypt586.pl
+DEPEND[crypt586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl