1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

Removed unused var.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2010-11-29 21:21:16 +00:00
parent dbf4a86e3d
commit fe04f0b11f

View File

@@ -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;