mirror of
https://github.com/openssl/openssl.git
synced 2025-01-14 22:14:22 +08:00
bn/asm/rsaz-x86_64.pl: fix prototype.
This commit is contained in:
parent
4b27bab993
commit
6efef384c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user