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

Side by Side Diff: openssl/build-config.mk

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/apps/x509.c ('k') | openssl/check-all-builds.sh » ('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 # Auto-generated - DO NOT EDIT!
2 # To regenerate, edit openssl.config, then run:
3 # ./import_openssl.sh import /path/to/openssl-1.0.1e.tar.gz
4 #
5 openssl_cflags := \
6 -DOPENSSL_THREADS \
7 -D_REENTRANT \
8 -DDSO_DLFCN \
9 -DHAVE_DLFCN_H \
10 -DL_ENDIAN \
11 -DTERMIO \
12 -DOPENSSL_NO_CAMELLIA \
13 -DOPENSSL_NO_CAPIENG \
14 -DOPENSSL_NO_CAST \
15 -DOPENSSL_NO_CMS \
16 -DOPENSSL_NO_EC_NISTP_64_GCC_128 \
17 -DOPENSSL_NO_GMP \
18 -DOPENSSL_NO_GOST \
19 -DOPENSSL_NO_HEARTBEATS \
20 -DOPENSSL_NO_IDEA \
21 -DOPENSSL_NO_JPAKE \
22 -DOPENSSL_NO_MD2 \
23 -DOPENSSL_NO_MDC2 \
24 -DOPENSSL_NO_RC5 \
25 -DOPENSSL_NO_RDRAND \
26 -DOPENSSL_NO_RFC3779 \
27 -DOPENSSL_NO_RSAX \
28 -DOPENSSL_NO_SCTP \
29 -DOPENSSL_NO_SEED \
30 -DOPENSSL_NO_SHA0 \
31 -DOPENSSL_NO_STATIC_ENGINE \
32 -DOPENSSL_NO_STORE \
33 -DOPENSSL_NO_WHIRLPOOL \
34
OLDNEW
« no previous file with comments | « openssl/apps/x509.c ('k') | openssl/check-all-builds.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698