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

Side by Side Diff: buildinf.h

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 | « README.md ('k') | config/mac/ia32/openssl/opensslconf.h » ('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 /* crypto/Makefile usually creates the file at build time. Since we don't care
2 * about the build timestamp we fill in placeholder values. */
3 #ifndef MK1MF_BUILD
4 #define CFLAGS "-C flags not included-"
5 #define PLATFORM "google"
6 #define DATE "Sun Jan 1 00:00:00 GMT 1970"
7 #endif
OLDNEW
« no previous file with comments | « README.md ('k') | config/mac/ia32/openssl/opensslconf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698