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

Unified Diff: patches/nss-include-guard.patch

Issue 17773004: Update NSS to NSS_3_15_1_BETA2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/lib/util/nssutil.h ('k') | patches/nss-rtlgenrandom.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/nss-include-guard.patch
===================================================================
--- patches/nss-include-guard.patch (revision 206843)
+++ patches/nss-include-guard.patch (working copy)
@@ -1,18 +0,0 @@
-diff --git a/lib/pk11wrap/secmod.h b/lib/pk11wrap/secmod.h
---- a/lib/pk11wrap/secmod.h
-+++ b/lib/pk11wrap/secmod.h
-@@ -1,13 +1,13 @@
- /* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
- #ifndef _SECMOD_H_
--#define _SEDMOD_H_
-+#define _SECMOD_H_
- #include "seccomon.h"
- #include "secmodt.h"
- #include "prinrval.h"
-
- /* These mechanisms flags are visible to all other libraries. */
- /* They must be converted to internal SECMOD_*_FLAG */
- /* if used inside the functions of the security library */
- #define PUBLIC_MECH_RSA_FLAG 0x00000001ul
« no previous file with comments | « nss/lib/util/nssutil.h ('k') | patches/nss-rtlgenrandom.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698