From: Guenter Knauf Date: Mon, 29 Nov 2010 21:21:16 +0000 (+0000) Subject: Removed unused var. X-Git-Tag: 2.3.10~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe04f0b11f9ddc04ea72dda30bb7cda50cb5516f;p=apache Removed unused var. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040304 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 2f736c26d8..fd32cacfa0 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -1381,7 +1381,6 @@ EC_KEY *ssl_callback_TmpECDH(SSL *ssl, int export, int keylen) { conn_rec *c = (conn_rec *)SSL_get_app_data(ssl); SSLModConfigRec *mc = myModConfig(c->base_server); - int idx; static EC_KEY *ecdh = NULL; static init = 0;