summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-05-06 16:48:49 +0200
committerTomas Mraz <tomas@openssl.org>2022-05-27 08:11:57 +0200
commit7b0b5c2a50cc2c16591604f691238b5ffdeb2dae (patch)
treec7e1ffe345d7b24714cbf29f6ac3044740039294 /crypto/chacha
parent28447123a57b8dc2679a56e7f1513beab7158228 (diff)
Revert "Use .s extension for ia64 assembler"
This reverts commit 6009997abd2594d5a7c0606176f404190922b74d. The .s extension is incorrect as the assembler files contain preprocessor directives. Fixes #18259 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18263) (cherry picked from commit debd9210061206be1b5b6e957033c1b85ac540e1)
Diffstat (limited to 'crypto/chacha')
-rw-r--r--crypto/chacha/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/chacha/build.info b/crypto/chacha/build.info
index b156b41f81..e2984d7d40 100644
--- a/crypto/chacha/build.info
+++ b/crypto/chacha/build.info
@@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
$CHACHAASM_x86=chacha-x86.S
$CHACHAASM_x86_64=chacha-x86_64.s
- $CHACHAASM_ia64=chacha-ia64.s
+ $CHACHAASM_ia64=chacha-ia64.S
$CHACHAASM_s390x=chacha-s390x.S
@@ -36,4 +36,4 @@ INCLUDE[chacha-armv8.o]=..
INCLUDE[chacha-s390x.o]=..
GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl
GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl
-GENERATE[chacha-ia64.s]=asm/chacha-ia64.pl
+GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl