Rename x86-32 assembly files from .s to .S.
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thu, 19 May 2022 20:09:50 +0000 (22:09 +0200)
committerPauli <pauli@openssl.org>
Tue, 24 May 2022 03:16:06 +0000 (13:16 +1000)
commit9968c77539d6f7c5b1dcf0162fd4b57c144318c7
tree38adc879ee30ba8b646216edf8c35c2ee7a76803
parenta425c0fec6eb74c942ca5bca8e27ff0c9f126d48
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)
18 files changed:
crypto/aes/build.info
crypto/bf/build.info
crypto/bn/build.info
crypto/build.info
crypto/camellia/build.info
crypto/cast/build.info
crypto/chacha/build.info
crypto/des/build.info
crypto/ec/build.info
crypto/md5/build.info
crypto/modes/build.info
crypto/poly1305/build.info
crypto/rc4/build.info
crypto/rc5/build.info
crypto/ripemd/build.info
crypto/sha/build.info
crypto/whrlpool/build.info
engines/build.info