From: Daniel Ruggeri Date: Sat, 4 Feb 2017 16:51:59 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: 2.5.0-alpha~693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=873119e7d899d17375a4059f9385e03bb77c23e7;p=apache Remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781687 13f79535-47bb-0310-9956-ffa450edef68 --- 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)