summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-05-24 17:06:13 +0200
committerTomas Mraz <tomas@openssl.org>2022-05-27 08:10:49 +0200
commitdb24ed54302ed458d41ad85093e4189db4b2120b (patch)
treea704a98c87e837b31a6544bd9fa5395060fbd3ad /crypto/chacha
parentdebd9210061206be1b5b6e957033c1b85ac540e1 (diff)
Generate the preprocessed .s files for chacha and poly 1305 on ia64
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18263)
Diffstat (limited to 'crypto/chacha')
-rw-r--r--crypto/chacha/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/chacha/build.info b/crypto/chacha/build.info
index 2fc807b065..d0400db24d 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
@@ -40,3 +40,4 @@ 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]=chacha-ia64.S