]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
get rid of some warnings for currently unused/unprototyped functions.
authorDoug MacEachern <dougm@apache.org>
Tue, 12 Mar 2002 17:27:40 +0000 (17:27 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 12 Mar 2002 17:27:40 +0000 (17:27 +0000)
(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

ssl_scache.c

index d3992380f99f05908c228eb4e360651439fe7b47..822e491d74ab977b89afad2729cbda38be9f73fe 100644 (file)
@@ -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("</table>\n", r);
     return;
 }
+#endif