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:
4b27bab
)
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:43:06 +0000
(09:43 +0100)
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 7cf1c89ae0ec2a60ffb79df27e2e03814db44fd8..cef1d0cc777debf6e162dcc0d002d416fc86c8d5 100755
(executable)
--- 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