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

Side by Side Diff: nss/lib/pki/pkim.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/pki/pkibase.c ('k') | nss/lib/pki/pkistore.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 PKIM_H 5 #ifndef PKIM_H
6 #define PKIM_H 6 #define PKIM_H
7 7
8 #ifdef DEBUG
9 static const char PKIM_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
10 #endif /* DEBUG */
11
12 #ifndef BASE_H 8 #ifndef BASE_H
13 #include "base.h" 9 #include "base.h"
14 #endif /* BASE_H */ 10 #endif /* BASE_H */
15 11
16 #ifndef PKI_H 12 #ifndef PKI_H
17 #include "pki.h" 13 #include "pki.h"
18 #endif /* PKI_H */ 14 #endif /* PKI_H */
19 15
20 #ifndef PKITM_H 16 #ifndef PKITM_H
21 #include "pkitm.h" 17 #include "pkitm.h"
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 686
691 NSS_EXTERN void 687 NSS_EXTERN void
692 nssCertificateList_AddReferences 688 nssCertificateList_AddReferences
693 ( 689 (
694 nssList *certList 690 nssList *certList
695 ); 691 );
696 692
697 PR_END_EXTERN_C 693 PR_END_EXTERN_C
698 694
699 #endif /* PKIM_H */ 695 #endif /* PKIM_H */
OLDNEW
« no previous file with comments | « nss/lib/pki/pkibase.c ('k') | nss/lib/pki/pkistore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698