summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-07-17 09:50:56 +0000
committerAndy Polyakov <appro@openssl.org>2008-07-17 09:50:56 +0000
commit87facba3766a57c0963801202ecfa93d545cf93a (patch)
treea7bf7ccc32e7260d3d1d9b469fbaf027cc4fae1c /crypto/sha
parente4662fdb620d8c4d321a1fd67776ce8bab12b95a (diff)
Remove junk argument to function_begin in sha/asm/*-586.pl.
PR: 1681
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/asm/sha1-586.pl2
-rw-r--r--crypto/sha/asm/sha256-586.pl2
-rw-r--r--crypto/sha/asm/sha512-586.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/sha/asm/sha1-586.pl b/crypto/sha/asm/sha1-586.pl
index 0b1e1731cb..a1f876281a 100644
--- a/crypto/sha/asm/sha1-586.pl
+++ b/crypto/sha/asm/sha1-586.pl
@@ -149,7 +149,7 @@ sub BODY_40_59
&add($f,$e); # f+=ROTATE(a,5)
}
-&function_begin("sha1_block_data_order",16);
+&function_begin("sha1_block_data_order");
&mov($tmp1,&wparam(0)); # SHA_CTX *c
&mov($T,&wparam(1)); # const void *input
&mov($A,&wparam(2)); # size_t num
diff --git a/crypto/sha/asm/sha256-586.pl b/crypto/sha/asm/sha256-586.pl
index 387ccb0eb7..ecc8b69c75 100644
--- a/crypto/sha/asm/sha256-586.pl
+++ b/crypto/sha/asm/sha256-586.pl
@@ -97,7 +97,7 @@ sub BODY_00_15() {
&add ($A,"esi"); # h += K256[i]
}
-&function_begin("sha256_block_data_order",16);
+&function_begin("sha256_block_data_order");
&mov ("esi",wparam(0)); # ctx
&mov ("edi",wparam(1)); # inp
&mov ("eax",wparam(2)); # num
diff --git a/crypto/sha/asm/sha512-586.pl b/crypto/sha/asm/sha512-586.pl
index 5554f022e9..5b9f3337ad 100644
--- a/crypto/sha/asm/sha512-586.pl
+++ b/crypto/sha/asm/sha512-586.pl
@@ -261,7 +261,7 @@ sub BODY_00_15_x86 {
}
-&function_begin("sha512_block_data_order",16);
+&function_begin("sha512_block_data_order");
&mov ("esi",wparam(0)); # ctx
&mov ("edi",wparam(1)); # inp
&mov ("eax",wparam(2)); # num