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

Side by Side Diff: patches/nss-static2.patch

Issue 10961060: Update NSS to NSS 3.14 Beta 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Add the NSS snapshot timestamp to README.chromium and nss-checkout.sh Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « patches/nss-static.patch ('k') | patches/nss-warnings.patch » ('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 Index: mozilla/security/nss/lib/pk11wrap/pk11load.c
2 ===================================================================
3 --- mozilla/security/nss/lib/pk11wrap/pk11load.c (revision 135940)
4 +++ mozilla/security/nss/lib/pk11wrap/pk11load.c (working copy)
5 @@ -483,7 +483,9 @@
6 mod->moduleDBFunc = (void *)
7 PR_FindSymbol(library, "NSS_ReturnModuleSpecData");
8 }
9 +#if defined(NSS_STATIC) && !defined(NSS_DISABLE_ROOT_CERTS)
10 library_loaded:
11 +#endif
12 if (mod->moduleDBFunc == NULL) mod->isModuleDB = PR_FALSE;
13 if (entry == NULL) {
14 if (mod->isModuleDB) {
OLDNEW
« no previous file with comments | « patches/nss-static.patch ('k') | patches/nss-warnings.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698