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

Side by Side Diff: nss/lib/pki/trustdomain.c

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/tdcache.c ('k') | nss/lib/smime/cms.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 #ifdef DEBUG
6 static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
7 #endif /* DEBUG */
8
9 #ifndef DEV_H 5 #ifndef DEV_H
10 #include "dev.h" 6 #include "dev.h"
11 #endif /* DEV_H */ 7 #endif /* DEV_H */
12 8
13 #ifndef PKIM_H 9 #ifndef PKIM_H
14 #include "pkim.h" 10 #include "pkim.h"
15 #endif /* PKIM_H */ 11 #endif /* PKIM_H */
16 12
17 #include "cert.h" 13 #include "cert.h"
18 #include "pki3hack.h" 14 #include "pki3hack.h"
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 NSS_IMPLEMENT NSSCryptoContext * 1245 NSS_IMPLEMENT NSSCryptoContext *
1250 NSSTrustDomain_CreateCryptoContextForAlgorithmAndParameters ( 1246 NSSTrustDomain_CreateCryptoContextForAlgorithmAndParameters (
1251 NSSTrustDomain *td, 1247 NSSTrustDomain *td,
1252 NSSAlgorithmAndParameters *ap 1248 NSSAlgorithmAndParameters *ap
1253 ) 1249 )
1254 { 1250 {
1255 nss_SetError(NSS_ERROR_NOT_FOUND); 1251 nss_SetError(NSS_ERROR_NOT_FOUND);
1256 return NULL; 1252 return NULL;
1257 } 1253 }
1258 1254
OLDNEW
« no previous file with comments | « nss/lib/pki/tdcache.c ('k') | nss/lib/smime/cms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698