summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_cache.c
diff options
context:
space:
mode:
authorPaul Querna <chip@outoforder.cc>2005-04-24 22:01:46 (GMT)
committer Paul Querna <chip@outoforder.cc>2005-04-24 22:01:46 (GMT)
commit46b85d8e3634f34c0142823d92b037dd33b67898 (patch)
treef954816da40604a387447dd688d3655c07abc58a /src/gnutls_cache.c
parent316bd8cab0ab97335f2b0e36c3a240ff7967ed1a (diff)
move config functions to their own file.
Diffstat (limited to 'src/gnutls_cache.c')
-rw-r--r--src/gnutls_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls_cache.c b/src/gnutls_cache.c
index eaeeea6..8499b84 100644
--- a/src/gnutls_cache.c
+++ b/src/gnutls_cache.c
@@ -79,7 +79,7 @@ char *mod_gnutls_session_id2sz(unsigned char *id, int idlen,
79/* The underlying apr_memcache system is thread safe... woohoo */ 79/* The underlying apr_memcache system is thread safe... woohoo */
80static apr_memcache_t* mc; 80static apr_memcache_t* mc;
81 81
82int mc_cache_child_init(apr_pool_t *p, server_rec *s, 82static int mc_cache_child_init(apr_pool_t *p, server_rec *s,
83 mod_gnutls_srvconf_rec *sc) 83 mod_gnutls_srvconf_rec *sc)
84{ 84{
85 apr_status_t rv = APR_SUCCESS; 85 apr_status_t rv = APR_SUCCESS;