Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(511)

Unified Diff: lib/libpkix/pkix/crlsel/pkix_comcrlselparams.h

Issue 201830043: Bug 1118245 - Apply uniform style across NSS
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/libpkix/pkix/checker/pkix_targetcertchecker.c ('k') | lib/libpkix/pkix/crlsel/pkix_comcrlselparams.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/libpkix/pkix/crlsel/pkix_comcrlselparams.h
===================================================================
old mode 100755
new mode 100644
--- a/lib/libpkix/pkix/crlsel/pkix_comcrlselparams.h
+++ b/lib/libpkix/pkix/crlsel/pkix_comcrlselparams.h
@@ -13,23 +13,23 @@
#include "pkix_tools.h"
#ifdef __cplusplus
extern "C" {
#endif
struct PKIX_ComCRLSelParamsStruct {
- PKIX_List *issuerNames; /* list of PKIX_PL_X500Name */
- PKIX_PL_Cert *cert; /* certificate being checked */
- PKIX_List *crldpList;
- PKIX_PL_Date *date;
- PKIX_Boolean nistPolicyEnabled;
- PKIX_PL_BigInt *maxCRLNumber;
- PKIX_PL_BigInt *minCRLNumber;
+ PKIX_List *issuerNames; /* list of PKIX_PL_X500Name */
+ PKIX_PL_Cert *cert; /* certificate being checked */
+ PKIX_List *crldpList;
+ PKIX_PL_Date *date;
+ PKIX_Boolean nistPolicyEnabled;
+ PKIX_PL_BigInt *maxCRLNumber;
+ PKIX_PL_BigInt *minCRLNumber;
};
/* see source file for function documentation */
PKIX_Error *pkix_ComCRLSelParams_RegisterSelf(void *plContext);
#ifdef __cplusplus
}
« no previous file with comments | « lib/libpkix/pkix/checker/pkix_targetcertchecker.c ('k') | lib/libpkix/pkix/crlsel/pkix_comcrlselparams.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b