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

Side by Side Diff: openssl/ms/testenc.bat

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 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 | « openssl/ms/test.bat ('k') | openssl/ms/testencce.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 echo start testenc 2 echo start testenc
3 3
4 path=..\ms;%path% 4 path=..\ms;%path%
5 set ssleay=%1% 5 set ssleay=%1%
6 set input=..\ms\testenc.bat 6 set input=..\ms\testenc.bat
7 set tmp1=..\ms\cipher.out 7 set tmp1=..\ms\cipher.out
8 set out1=..\ms\clear.out 8 set out1=..\ms\clear.out
9 set cmp=perl ..\ms\cmp.pl 9 set cmp=perl ..\ms\cmp.pl
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 if errorlevel 1 goto err 85 if errorlevel 1 goto err
86 86
87 call tenc.bat bf-cbc 87 call tenc.bat bf-cbc
88 if errorlevel 1 goto err 88 if errorlevel 1 goto err
89 89
90 echo OK 90 echo OK
91 del %out1% 91 del %out1%
92 del %tmp1% 92 del %tmp1%
93 :err 93 :err
94 94
OLDNEW
« no previous file with comments | « openssl/ms/test.bat ('k') | openssl/ms/testencce.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698