]> granicus.if.org Git - apache/commitdiff
* Fix compiler warning
authorRuediger Pluem <rpluem@apache.org>
Mon, 5 Apr 2010 16:10:11 +0000 (16:10 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 5 Apr 2010 16:10:11 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930892 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_ssl.c

index e90e2de44eb2eb159019607439b3af6ffa7da6e4..c2bde94340110fb26505e09ac270ca14aec755a3 100644 (file)
@@ -320,7 +320,6 @@ BOOL SSL_X509_getBC(X509 *cert, int *ca, int *pathlen)
 {
 #ifdef HAVE_SSL_X509V3_EXT_d2i
     BASIC_CONSTRAINTS *bc;
-    int idx;
     BIGNUM *bn = NULL;
     char *cp;