bn/asm/rsaz-x86_64.pl: fix prototype.
authorAndy Polyakov <appro@openssl.org>
Tue, 3 Dec 2013 08:43:06 +0000 (09:43 +0100)
committerAndy 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

index f6adb30b7bf1bbdb3fe6f79f366588e1e7fe1048..592f769cb098ee9fea39c30990d870072d7ab01b 100755 (executable)
@@ -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