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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « nss/lib/util/nssutil.h ('k') | patches/nss-rtlgenrandom.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 diff --git a/lib/pk11wrap/secmod.h b/lib/pk11wrap/secmod.h
2 --- a/lib/pk11wrap/secmod.h
3 +++ b/lib/pk11wrap/secmod.h
4 @@ -1,13 +1,13 @@
5 /* This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #ifndef _SECMOD_H_
9 -#define _SEDMOD_H_
10 +#define _SECMOD_H_
11 #include "seccomon.h"
12 #include "secmodt.h"
13 #include "prinrval.h"
14
15 /* These mechanisms flags are visible to all other libraries. */
16 /* They must be converted to internal SECMOD_*_FLAG */
17 /* if used inside the functions of the security library */
18 #define PUBLIC_MECH_RSA_FLAG 0x00000001ul
OLDNEW
« 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