aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_ocsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_ocsp.c')
-rw-r--r--ossl_ocsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ossl_ocsp.c b/ossl_ocsp.c
index 3041d4d..51e598b 100644
--- a/ossl_ocsp.c
+++ b/ossl_ocsp.c
@@ -168,7 +168,6 @@ ossl_ocspreq_add_certid(VALUE self, VALUE certid)
{
OCSP_REQUEST *req;
OCSP_CERTID *id;
- X509 *issuer;
GetOCSPReq(self, req);
GetOCSPCertId(certid, id);