From e57621abb56582a724b99d636d23479cccefaffd Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 12 Mar 2002 17:27:40 +0000 Subject: [PATCH] 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 --- modules/ssl/ssl_scache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ssl/ssl_scache.c b/modules/ssl/ssl_scache.c index d3992380f9..822e491d74 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 -- 2.40.0