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

Side by Side Diff: nss/lib/util/secoidt.h

Issue 16285003: Remove CVS keywords from NSS source files. (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/secoid.h ('k') | nss/lib/util/secport.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5 #ifndef _SECOIDT_H_ 5 #ifndef _SECOIDT_H_
6 #define _SECOIDT_H_ 6 #define _SECOIDT_H_
7 7
8 #include "utilrename.h" 8 #include "utilrename.h"
9 9
10 /* 10 /*
11 * secoidt.h - public data structures for ASN.1 OID functions 11 * secoidt.h - public data structures for ASN.1 OID functions
12 *
13 * $Id$
14 */ 12 */
15 13
16 #include "secitem.h" 14 #include "secitem.h"
17 15
18 typedef struct SECOidDataStr SECOidData; 16 typedef struct SECOidDataStr SECOidData;
19 typedef struct SECAlgorithmIDStr SECAlgorithmID; 17 typedef struct SECAlgorithmIDStr SECAlgorithmID;
20 18
21 /* 19 /*
22 ** An X.500 algorithm identifier 20 ** An X.500 algorithm identifier
23 */ 21 */
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 #define NSS_USE_ALG_IN_CMS_SIGNATURE 0x00000002 /* used in S/MIME */ 478 #define NSS_USE_ALG_IN_CMS_SIGNATURE 0x00000002 /* used in S/MIME */
481 #define NSS_USE_ALG_RESERVED 0xfffffffc /* may be used in future */ 479 #define NSS_USE_ALG_RESERVED 0xfffffffc /* may be used in future */
482 480
483 /* Code MUST NOT SET or CLEAR reserved bits, and must NOT depend on them 481 /* Code MUST NOT SET or CLEAR reserved bits, and must NOT depend on them
484 * being all zeros or having any other known value. The reserved bits 482 * being all zeros or having any other known value. The reserved bits
485 * must be ignored. 483 * must be ignored.
486 */ 484 */
487 485
488 486
489 #endif /* _SECOIDT_H_ */ 487 #endif /* _SECOIDT_H_ */
OLDNEW
« no previous file with comments | « nss/lib/util/secoid.h ('k') | nss/lib/util/secport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698