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

Unified Diff: lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c

Issue 271180045: NSSClang-Arrays
Patch Set: Created 8 years, 4 months 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/cryptohi/secvfy.c ('k') | lib/pkcs7/secmime.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
===================================================================
--- a/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
+++ b/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
@@ -34,20 +34,20 @@ const SEC_ASN1Template CERT_IssuerAndSNT
offsetof(CERTIssuerAndSN,serialNumber) },
{ 0 }
};
const SEC_ASN1Template SECOID_AlgorithmIDTemplate[] = {
{ SEC_ASN1_SEQUENCE,
0, NULL, sizeof(SECAlgorithmID) },
{ SEC_ASN1_OBJECT_ID,
- offsetof(SECAlgorithmID,algorithm), },
+ offsetof(SECAlgorithmID,algorithm) },
{ SEC_ASN1_OPTIONAL | SEC_ASN1_ANY,
- offsetof(SECAlgorithmID,parameters), },
- { 0, }
+ offsetof(SECAlgorithmID,parameters) },
+ { 0 }
}; */
/* --Private-HttpCertStoreContext-Object Functions----------------------- */
/*
* FUNCTION: pkix_pl_HttpCertStoreContext_Destroy
* (see comments for PKIX_PL_DestructorCallback in pkix_pl_system.h)
*/
« no previous file with comments | « lib/cryptohi/secvfy.c ('k') | lib/pkcs7/secmime.c » ('j') | no next file with comments »

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