]> granicus.if.org Git - apache/commitdiff
Remove unused variable
authorDaniel Ruggeri <druggeri@apache.org>
Sat, 4 Feb 2017 16:51:59 +0000 (16:51 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Sat, 4 Feb 2017 16:51:59 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781687 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_ocsp.c

index 2a3e47b5f9444451e28276ea5f6e6304ad6cf1c3..bf84ba56876c47eed3dfe3ad76053356758bd23a 100644 (file)
@@ -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)