| Index: nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
|
| diff --git a/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c b/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
|
| index ac814cd7e6a4bf7c6935169694dce3f7ef4d3acb..ecf58ce7518bb245fd3b561f6f9bb7ec260361f9 100755
|
| --- a/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
|
| +++ b/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
|
| @@ -39,10 +39,10 @@ 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----------------------- */
|
|
|