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

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

Issue 17314004: Fix a typo in the header include guard of secmod.h. (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/pk11wrap/secmod.h ('k') | no next file » | 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 0)
+++ patches/nss-include-guard.patch (revision 0)
@@ -0,0 +1,18 @@
+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/pk11wrap/secmod.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698