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

Side by Side Diff: openssl/ms/testencce.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/testenc.bat ('k') | openssl/ms/testpem.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 copy ..\ms\testenc.bat >nul 6 copy ..\ms\testenc.bat >nul
7 set input=testenc.bat 7 set input=testenc.bat
8 set tmp1=cipher.out 8 set tmp1=cipher.out
9 set out1=clear.out 9 set out1=clear.out
10 set cmp=perl ..\ms\cmp.pl 10 set cmp=perl ..\ms\cmp.pl
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 if errorlevel 1 goto err 88 if errorlevel 1 goto err
89 89
90 call tencce.bat bf-cbc 90 call tencce.bat bf-cbc
91 if errorlevel 1 goto err 91 if errorlevel 1 goto err
92 92
93 echo OK 93 echo OK
94 del %out1% >nul 2>&1 94 del %out1% >nul 2>&1
95 del %tmp1% >nul 2>&1 95 del %tmp1% >nul 2>&1
96 :err 96 :err
97 97
OLDNEW
« no previous file with comments | « openssl/ms/testenc.bat ('k') | openssl/ms/testpem.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698