summaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/t_crl.c')
-rw-r--r--crypto/x509/t_crl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/x509/t_crl.c b/crypto/x509/t_crl.c
index 8400e851c9..f1440eb29d 100644
--- a/crypto/x509/t_crl.c
+++ b/crypto/x509/t_crl.c
@@ -96,7 +96,6 @@ int X509_CRL_print(BIO *out, X509_CRL *x)
l = X509_CRL_get_version(x);
BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l + 1, l);
X509_CRL_get0_signature(&sig, &sig_alg, x);
- i = X509_CRL_get_signature_nid(x);
X509_signature_print(out, sig_alg, NULL);
p = X509_NAME_oneline(X509_CRL_get_issuer(x), NULL, 0);
BIO_printf(out, "%8sIssuer: %s\n", "", p);