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

Unified Diff: net/third_party/nss/patches/applypatches.sh

Issue 962593002: Use dlsym(RTLD_DEFAULT) instead of dlsym(dlopen(NULL)) in aesgcmchromium.patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ryan's comments. Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/third_party/nss/patches/fixpk11symbollookup.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/patches/applypatches.sh
diff --git a/net/third_party/nss/patches/applypatches.sh b/net/third_party/nss/patches/applypatches.sh
index 878d40364bd3fadbf94660710b535f522ef52116..b563e9682022fd9fe125330f93fc495767305be9 100755
--- a/net/third_party/nss/patches/applypatches.sh
+++ b/net/third_party/nss/patches/applypatches.sh
@@ -55,3 +55,4 @@ patch -p5 < $patches_dir/alpnserver.patch
patch -p4 < $patches_dir/removebuildmetadata.patch
ppi 2015/02/27 15:24:27 FYI, this removebuildmetadata.patch seems to be in
+patch -p5 < $patches_dir/fixpk11symbollookup.patch
« no previous file with comments | « no previous file | net/third_party/nss/patches/fixpk11symbollookup.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698