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: OpenSSL_1_0_2-beta1~144 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=36982f056a921c2a0186b1af7ad3fe9a062fa4b0;p=oweals%2Fopenssl.git bn/asm/rsaz-x86_64.pl: fix prototype. (cherry picked from commit 6efef384c6f649399dcc837825a9ca5a37069733) --- diff --git a/crypto/bn/asm/rsaz-x86_64.pl b/crypto/bn/asm/rsaz-x86_64.pl index f6adb30b7b..592f769cb0 100755 --- 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