summaryrefslogtreecommitdiffstats
path: root/crypto/ec
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:17:03 +1000
commit6cfbb4b30f83df8db3262da8d070f9fa48a5b1bc (patch)
treebe19bad058254aa1b226ac9a195fa2aee2ad97ad /crypto/ec
parent04ab4cdd5cf073b7f2cf629bf6c5996ecf289ea6 (diff)
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) (cherry picked from commit 9968c77539d6f7c5b1dcf0162fd4b57c144318c7)
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info
index 9ee9842fec..70ec25079d 100644
--- a/crypto/ec/build.info
+++ b/crypto/ec/build.info
@@ -1,6 +1,6 @@
$ECASM=
IF[{- !$disabled{asm} -}]
- $ECASM_x86=ecp_nistz256.c ecp_nistz256-x86.s
+ $ECASM_x86=ecp_nistz256.c ecp_nistz256-x86.S
$ECDEF_x86=ECP_NISTZ256_ASM
$ECASM_x86_64=ecp_nistz256.c ecp_nistz256-x86_64.s x25519-x86_64.s
@@ -72,7 +72,7 @@ SOURCE[../../providers/libfips.a]=$COMMON
DEFINE[../../libcrypto]=$ECDEF
DEFINE[../../providers/libfips.a]=$ECDEF
-GENERATE[ecp_nistz256-x86.s]=asm/ecp_nistz256-x86.pl
+GENERATE[ecp_nistz256-x86.S]=asm/ecp_nistz256-x86.pl
GENERATE[ecp_nistz256-x86_64.s]=asm/ecp_nistz256-x86_64.pl