]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_crl): Remove unused
authorJoe Orton <jorton@apache.org>
Fri, 7 Aug 2026 14:11:24 +0000 (14:11 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 7 Aug 2026 14:11:24 +0000 (14:11 +0000)
  variable.

Fixes: 01a5969080 (SVN r1936849)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub: PR #701

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936968 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index d533785868ba47ee6f3600e6751020892cf27cca..3f15ca8eaaf476132f4c5374eea3dbe7bec90813 100644 (file)
@@ -1531,7 +1531,6 @@ static apr_status_t ssl_init_ctx_crl(server_rec *s,
     unsigned long crlflags = 0;
     char *cfgp = mctx->pkp ? "SSLProxy" : "SSL";
     int crl_check_mode;
-    apr_status_t rv;
 
     ap_assert(store != NULL); /* safe to assume always non-NULL? */