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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4230b4472114772f9dfb603c6b9c9c20c644801f;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/modules/ssl@93862 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_scache.c b/ssl_scache.c index d3992380f99..822e491d74a 100644 --- a/ssl_scache.c +++ b/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