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

Side by Side Diff: patches.chromium/0002-enable-dtls1.patch

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
OLDNEW
(Empty)
1 diff -burN android-openssl.orig/openssl.config android-openssl/openssl.config
2 --- android-openssl.orig/openssl.config 2013-02-20 17:53:59.711775064 +0100
3 +++ android-openssl/openssl.config 2013-02-20 17:56:01.853068660 +0100
4 @@ -5,7 +5,6 @@
5 no-capieng \
6 no-cast \
7 no-cms \
8 -no-dtls1 \
9 no-gost \
10 no-gmp \
11 no-heartbeats \
12 @@ -859,10 +858,12 @@
13 OPENSSL_SSL_SOURCES="\
14 ssl/bio_ssl.c \
15 ssl/d1_both.c \
16 +ssl/d1_clnt.c \
17 ssl/d1_enc.c \
18 ssl/d1_lib.c \
19 ssl/d1_pkt.c \
20 ssl/d1_srtp.c \
21 +ssl/d1_srvr.c \
22 ssl/kssl.c \
23 ssl/s23_clnt.c \
24 ssl/s23_lib.c \
OLDNEW
« no previous file with comments | « patches.chromium/0001-channelid.patch ('k') | patches.chromium/0003-x509_hash_name_algorithm_change.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698