From: Doug MacEachern Date: Tue, 12 Mar 2002 17:27:40 +0000 (+0000) Subject: get rid of some warnings for currently unused/unprototyped functions. X-Git-Tag: CHANGES~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57621abb56582a724b99d636d23479cccefaffd;p=thirdparty%2Fapache%2Fhttpd.git get rid of some warnings for currently unused/unprototyped functions. (we can actually compile mod_ssl with -Werror if -Wstrict-prototypes is taken out) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93862 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_scache.c b/modules/ssl/ssl_scache.c index d3992380f99..822e491d74a 100644 --- a/modules/ssl/ssl_scache.c +++ b/modules/ssl/ssl_scache.c @@ -181,7 +181,7 @@ void ssl_scache_expire(server_rec *s) ** SSL Extension to mod_status ** _________________________________________________________________ */ - +#if 0 /* NOT YET */ static void ssl_ext_ms_display(request_rec *, int, int); void ssl_scache_status_register(apr_pool_t *p) @@ -220,3 +220,4 @@ static void ssl_ext_ms_display(request_rec *r, int no_table_report, int short_re ap_rputs("\n", r); return; } +#endif