implementations:
* modules/ssl/mod_ssl.c (ssl_proxy_enable, ssl_engine_disable): Mark
static.
* modules/ssl/ssl_private.h (ssl_proxy_enable, ssl_engine_disable):
Remove declarations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1487775 13f79535-47bb-0310-9956-
ffa450edef68
return sslconn;
}
-int ssl_proxy_enable(conn_rec *c)
+static int ssl_proxy_enable(conn_rec *c)
{
SSLSrvConfigRec *sc;
return 1;
}
-int ssl_engine_disable(conn_rec *c)
+static int ssl_engine_disable(conn_rec *c)
{
SSLSrvConfigRec *sc;
void ssl_scache_remove(server_rec *, UCHAR *, int,
apr_pool_t *);
-/** Proxy Support */
-int ssl_proxy_enable(conn_rec *c);
-int ssl_engine_disable(conn_rec *c);
-
/** OCSP Stapling Support */
#ifdef HAVE_OCSP_STAPLING
const char *ssl_cmd_SSLStaplingCache(cmd_parms *, void *, const char *);