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

Side by Side Diff: nss/lib/pki/pki3hack.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/pki.h ('k') | nss/lib/pki/pki3hack.c » ('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 PKINSS3HACK_H 5 #ifndef PKINSS3HACK_H
6 #define PKINSS3HACK_H 6 #define PKINSS3HACK_H
7 7
8 #ifdef DEBUG
9 static const char PKINSS3HACK_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
10 #endif /* DEBUG */
11
12 #ifndef NSSDEVT_H 8 #ifndef NSSDEVT_H
13 #include "nssdevt.h" 9 #include "nssdevt.h"
14 #endif /* NSSDEVT_H */ 10 #endif /* NSSDEVT_H */
15 11
16 #ifndef DEVT_H 12 #ifndef DEVT_H
17 #include "devt.h" 13 #include "devt.h"
18 #endif /* DEVT_H */ 14 #endif /* DEVT_H */
19 15
20 #ifndef NSSPKIT_H 16 #ifndef NSSPKIT_H
21 #include "nsspkit.h" 17 #include "nsspkit.h"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 /* CERT_AddTempCertToPerm */ 155 /* CERT_AddTempCertToPerm */
160 NSS_EXTERN PRStatus 156 NSS_EXTERN PRStatus
161 nssTrustDomain_AddTempCertToPerm 157 nssTrustDomain_AddTempCertToPerm
162 ( 158 (
163 NSSCertificate *c 159 NSSCertificate *c
164 ); 160 );
165 161
166 PR_END_EXTERN_C 162 PR_END_EXTERN_C
167 163
168 #endif /* PKINSS3HACK_H */ 164 #endif /* PKINSS3HACK_H */
OLDNEW
« no previous file with comments | « nss/lib/pki/pki.h ('k') | nss/lib/pki/pki3hack.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698