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

Unified Diff: lib/certdb/certdb.c

Issue 272460043: NSSClang-Arrays2
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 | « cmd/pk1sign/pk1sign.c ('k') | lib/certdb/crl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/certdb/certdb.c
===================================================================
--- a/lib/certdb/certdb.c
+++ b/lib/certdb/certdb.c
@@ -46,17 +46,17 @@ const SEC_ASN1Template CERT_CertExtensio
{ SEC_ASN1_SEQUENCE,
0, NULL, sizeof(CERTCertExtension) },
{ SEC_ASN1_OBJECT_ID,
offsetof(CERTCertExtension,id) },
{ SEC_ASN1_OPTIONAL | SEC_ASN1_BOOLEAN, /* XXX DER_DEFAULT */
offsetof(CERTCertExtension,critical) },
{ SEC_ASN1_OCTET_STRING,
offsetof(CERTCertExtension,value) },
- { 0, }
+ { 0 }
};
const SEC_ASN1Template CERT_SequenceOfCertExtensionTemplate[] = {
{ SEC_ASN1_SEQUENCE_OF, 0, CERT_CertExtensionTemplate }
};
const SEC_ASN1Template CERT_TimeChoiceTemplate[] = {
{ SEC_ASN1_CHOICE, offsetof(SECItem, type), 0, sizeof(SECItem) },
« no previous file with comments | « cmd/pk1sign/pk1sign.c ('k') | lib/certdb/crl.c » ('j') | no next file with comments »

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