mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1380,7 +1380,6 @@ DH *ssl_callback_TmpDH(SSL *ssl, int export, int keylen)
|
||||
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);
|
||||
static EC_KEY *ecdh = NULL;
|
||||
static int init = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user