From: Andy Polyakov Date: Tue, 3 Dec 2013 08:43:06 +0000 (+0100) Subject: bn/asm/rsaz-x86_64.pl: fix prototype. X-Git-Tag: master-post-reformat~1062 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6efef384c6f649399dcc837825a9ca5a37069733 bn/asm/rsaz-x86_64.pl: fix prototype. --- 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