summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2022-04-21 12:08:16 +1000
committerTomas Mraz <tomas@openssl.org>2022-04-25 14:06:07 +0200
commitcfe6a6d28adb4d5a42660126fe58163cbea10ef8 (patch)
tree0cb63a23cec3f795f8faf20bcd9792a2a48f996a /crypto/chacha
parent64c85430f95200b6b51fe9475bd5203f7c19daf1 (diff)
Use .s extension for ia64 assembler
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18136) (cherry picked from commit 6009997abd2594d5a7c0606176f404190922b74d)
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 c12cb9c201..026b09de74 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