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

Side by Side Diff: openssl/crypto/des/DES.pm

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 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
« no previous file with comments | « openssl/crypto/des/COPYRIGHT ('k') | openssl/crypto/des/DES.xs » ('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 package DES;
2
3 require Exporter;
4 require DynaLoader;
5 @ISA = qw(Exporter DynaLoader);
6 # Items to export into callers namespace by default
7 # (move infrequently used names to @EXPORT_OK below)
8 @EXPORT = qw(
9 );
10 # Other items we are prepared to export if requested
11 @EXPORT_OK = qw(
12 crypt
13 );
14
15 # Preloaded methods go here. Autoload methods go after __END__, and are
16 # processed by the autosplit program.
17 bootstrap DES;
18 1;
19 __END__
OLDNEW
« no previous file with comments | « openssl/crypto/des/COPYRIGHT ('k') | openssl/crypto/des/DES.xs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698