| Index: openssl/crypto/asn1/t_crl.c
|
| ===================================================================
|
| --- openssl/crypto/asn1/t_crl.c (revision 105093)
|
| +++ openssl/crypto/asn1/t_crl.c (working copy)
|
| @@ -87,7 +87,7 @@
|
| STACK_OF(X509_REVOKED) *rev;
|
| X509_REVOKED *r;
|
| long l;
|
| - int i, n;
|
| + int i;
|
| char *p;
|
|
|
| BIO_printf(out, "Certificate Revocation List (CRL):\n");
|
| @@ -107,7 +107,6 @@
|
| else BIO_printf(out,"NONE");
|
| BIO_printf(out,"\n");
|
|
|
| - n=X509_CRL_get_ext_count(x);
|
| X509V3_extensions_print(out, "CRL extensions",
|
| x->crl->extensions, 0, 8);
|
|
|
|
|