projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97ec56
)
bn/asm/rsaz-x86_64.pl: fix prototype.
author
Andy Polyakov
<appro@openssl.org>
Tue, 3 Dec 2013 08:43:06 +0000
(09:43 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 3 Dec 2013 08:44:24 +0000
(09:44 +0100)
(cherry picked from commit
6efef384c6f649399dcc837825a9ca5a37069733
)
crypto/bn/asm/rsaz-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/rsaz-x86_64.pl
b/crypto/bn/asm/rsaz-x86_64.pl
index f6adb30b7bf1bbdb3fe6f79f366588e1e7fe1048..592f769cb098ee9fea39c30990d870072d7ab01b 100755
(executable)
--- a/
crypto/bn/asm/rsaz-x86_64.pl
+++ b/
crypto/bn/asm/rsaz-x86_64.pl
@@
-95,7
+95,7
@@
$code.=<<___;
.text
.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