Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Side by Side Diff: patches/sha1_armv4_large.patch

Issue 12459028: Restore the x509_hash_name_alpgorithm_change patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/recursive_lock_fix.patch ('k') | patches/testssl.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/crypto/sha/asm/sha1-armv4-large.pl b/crypto/sha/asm/sha1-armv4-larg e.pl
2 index 6e65fe3..79e3f61 100644
3 --- a/crypto/sha/asm/sha1-armv4-large.pl
4 +++ b/crypto/sha/asm/sha1-armv4-large.pl
5 @@ -161,6 +161,7 @@ for($i=0;$i<5;$i++) {
6 $code.=<<___;
7 teq $Xi,sp
8 bne .L_00_15 @ [((11+4)*5+2)*3]
9 + sub sp,sp,#5*4
10 ___
11 &BODY_00_15(@V); unshift(@V,pop(@V));
12 &BODY_16_19(@V); unshift(@V,pop(@V));
13 @@ -170,7 +171,7 @@ ___
14 $code.=<<___;
15
16 ldr $K,.LK_20_39 @ [+15+16*4]
17 - sub sp,sp,#25*4
18 + sub sp,sp,#20*4
19 cmn sp,#0 @ [+3], clear carry to denote 20_39
20 .L_20_39_or_60_79:
21 ___
OLDNEW
« no previous file with comments | « patches/recursive_lock_fix.patch ('k') | patches/testssl.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698