diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-01-05 21:36:40 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-01-05 21:36:40 +0000 |
commit | e3e8dff41f7ab5012303998d65d07ce01ada07e2 (patch) | |
tree | c6cef98b54fd1efd88b1c72165b5f7c8f71b2c3b /lib/libcrypto/sha | |
parent | f751973bbcd73eee61aa30d9dd8eee9e79df852c (diff) |
update to openssl-0.9.8i; tested by several, especially krw@
Diffstat (limited to 'lib/libcrypto/sha')
-rw-r--r-- | lib/libcrypto/sha/asm/sha1-586.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/sha/asm/sha1-586.pl b/lib/libcrypto/sha/asm/sha1-586.pl index 0b4dab2bd53..a787dd37da4 100644 --- a/lib/libcrypto/sha/asm/sha1-586.pl +++ b/lib/libcrypto/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 |