From 873119e7d899d17375a4059f9385e03bb77c23e7 Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Sat, 4 Feb 2017 16:51:59 +0000 Subject: [PATCH] Remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781687 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_util_ocsp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ssl/ssl_util_ocsp.c b/modules/ssl/ssl_util_ocsp.c index 2a3e47b5f9..bf84ba5687 100644 --- a/modules/ssl/ssl_util_ocsp.c +++ b/modules/ssl/ssl_util_ocsp.c @@ -355,7 +355,6 @@ static STACK_OF(X509) *modssl_read_ocsp_certificates(const char *file) BIO *bio; X509 *x509; unsigned long err; - int n; STACK_OF(X509) *other_certs = NULL; if ((bio = BIO_new(BIO_s_file_internal())) == NULL) -- 2.40.0