summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
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/poly1305
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/poly1305')
-rw-r--r--crypto/poly1305/asm/poly1305-ia64.s (renamed from crypto/poly1305/asm/poly1305-ia64.S)0
-rw-r--r--crypto/poly1305/build.info2
2 files changed, 1 insertions, 1 deletions
diff --git a/crypto/poly1305/asm/poly1305-ia64.S b/crypto/poly1305/asm/poly1305-ia64.s
index 54d6454f03..54d6454f03 100644
--- a/crypto/poly1305/asm/poly1305-ia64.S
+++ b/crypto/poly1305/asm/poly1305-ia64.s
diff --git a/crypto/poly1305/build.info b/crypto/poly1305/build.info
index 7f13fdcf3b..212ab8c36c 100644
--- a/crypto/poly1305/build.info
+++ b/crypto/poly1305/build.info
@@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
$POLY1305ASM_x86=poly1305-x86.s
$POLY1305ASM_x86_64=poly1305-x86_64.s
- $POLY1305ASM_ia64=asm/poly1305-ia64.S
+ $POLY1305ASM_ia64=asm/poly1305-ia64.s
$POLY1305ASM_sparcv9=poly1305-sparcv9.S