]> granicus.if.org Git - apache/commitdiff
Stop warning, init should be an int.
authorStephen Henson <drh@apache.org>
Tue, 30 Nov 2010 00:58:07 +0000 (00:58 +0000)
committerStephen Henson <drh@apache.org>
Tue, 30 Nov 2010 00:58:07 +0000 (00:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040373 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index fd32cacfa0a241621434d221dc3019b2feb7efd0..60b2b715410288b9be027a46c59a82b97c5604de 100644 (file)
@@ -1382,7 +1382,7 @@ 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 init = 0;
+    static int init = 0;
 
     /* XXX Uses 256-bit key for now. TODO: support other sizes. */
     ap_log_cerror(APLOG_MARK, APLOG_TRACE2, 0, c,