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

Side by Side Diff: openssl/VMS/openssl_undo.com

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/VMS/openssl_startup.com ('k') | openssl/apps/CA.com » ('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 $!
2 $! Deassign OpenSSL logical names.
3 $!
4 $ call deass "OPENSSL" "''p1'"
5 $ call deass "SSLCERTS" "''p1'"
6 $ call deass "SSLEXE" "''p1'"
7 $ call deass "SSLINCLUDE" "''p1'"
8 $ call deass "SSLLIB" "''p1'"
9 $ call deass "SSLPRIVATE" "''p1'"
10 $ call deass "SSLROOT" "''p1'"
11 $!
12 $ exit
13 $!
14 $deass: subroutine
15 $ if (f$trnlnm( p1) .nes. "")
16 $ then
17 $ deassign 'p2' 'p1'
18 $ endif
19 $ endsubroutine
20 $!
OLDNEW
« no previous file with comments | « openssl/VMS/openssl_startup.com ('k') | openssl/apps/CA.com » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698