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

Side by Side Diff: nss/lib/pki/nsspki.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/cryptocontext.c ('k') | nss/lib/pki/nsspkit.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 NSSPKI_H 5 #ifndef NSSPKI_H
6 #define NSSPKI_H 6 #define NSSPKI_H
7 7
8 #ifdef DEBUG
9 static const char NSSPKI_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
10 #endif /* DEBUG */
11
12 /* 8 /*
13 * nsspki.h 9 * nsspki.h
14 * 10 *
15 * This file prototypes the methods of the top-level PKI objects. 11 * This file prototypes the methods of the top-level PKI objects.
16 */ 12 */
17 13
18 #ifndef NSSDEVT_H 14 #ifndef NSSDEVT_H
19 #include "nssdevt.h" 15 #include "nssdevt.h"
20 #endif /* NSSDEVT_H */ 16 #endif /* NSSDEVT_H */
21 17
(...skipping 3137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 * NSSPKIXTrust *NSSCertificate_GetPKIXTrustObject(NSSCertificate *c); 3155 * NSSPKIXTrust *NSSCertificate_GetPKIXTrustObject(NSSCertificate *c);
3160 * PRStatus NSSCertificate_SetPKIXTrustObject(NSSCertificate *c, NSPKIXTrust *t) ; 3156 * PRStatus NSSCertificate_SetPKIXTrustObject(NSSCertificate *c, NSPKIXTrust *t) ;
3161 * 3157 *
3162 * I want to hold off on any general trust object until we've investigated 3158 * I want to hold off on any general trust object until we've investigated
3163 * other models more thoroughly. 3159 * other models more thoroughly.
3164 */ 3160 */
3165 3161
3166 PR_END_EXTERN_C 3162 PR_END_EXTERN_C
3167 3163
3168 #endif /* NSSPKI_H */ 3164 #endif /* NSSPKI_H */
OLDNEW
« no previous file with comments | « nss/lib/pki/cryptocontext.c ('k') | nss/lib/pki/nsspkit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698