aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-12-03 09:43:06 +0100
committerAndy Polyakov <appro@openssl.org>2013-12-03 09:43:06 +0100
commit6efef384c6f649399dcc837825a9ca5a37069733 (patch)
treefeb41fd7b1f3d4eb8e7cf82d0395a4eaddbf5a74
parent4b27bab99372ef7ff1b7d28ac4dc86c5e68997c1 (diff)
downloadopenssl-6efef384c6f649399dcc837825a9ca5a37069733.tar.gz
bn/asm/rsaz-x86_64.pl: fix prototype.
-rwxr-xr-xcrypto/bn/asm/rsaz-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/rsaz-x86_64.pl b/crypto/bn/asm/rsaz-x86_64.pl
index 7cf1c89ae0..cef1d0cc77 100755
--- a/crypto/bn/asm/rsaz-x86_64.pl
+++ b/crypto/bn/asm/rsaz-x86_64.pl
@@ -111,7 +111,7 @@ $code.=<<___;
.extern OPENSSL_ia32cap_P
.globl rsaz_512_sqr
-.type rsaz_512_sqr,\@function,4
+.type rsaz_512_sqr,\@function,5
.align 32
rsaz_512_sqr: # 25-29% faster than rsaz_512_mul
push %rbx