diff options
| author | 2005-04-04 08:28:38 +0000 | |
|---|---|---|
| committer | 2005-04-04 08:28:38 +0000 | |
| commit | 6e0bfd69eb8331d195f9fc4a449a3d52baa6793d (patch) | |
| tree | 8e3082866cfbe32e2bfdd44db40660ab92f31ba8 /src/mod_gnutls.c | |
| parent | 7bd1f6a2642fdbf5c5f2f48af9af01765e6abe05 (diff) | |
- make memcahe optional
- update for 2.1.x branch changes.
- some mucking around with the conf stuff
Diffstat (limited to 'src/mod_gnutls.c')
| -rw-r--r-- | src/mod_gnutls.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/mod_gnutls.c b/src/mod_gnutls.c index 833edc2..a1668f3 100644 --- a/src/mod_gnutls.c +++ b/src/mod_gnutls.c | |||
| @@ -124,7 +124,7 @@ static void mod_gnutls_hook_child_init(apr_pool_t *p, server_rec *s) | |||
| 124 | } | 124 | } | 
| 125 | } | 125 | } | 
| 126 | 126 | ||
| 127 | static const char *mod_gnutls_hook_http_method(const request_rec * r) | 127 | static const char *mod_gnutls_hook_http_scheme(const request_rec * r) | 
| 128 | { | 128 | { | 
| 129 | mod_gnutls_srvconf_rec *sc = | 129 | mod_gnutls_srvconf_rec *sc = | 
| 130 | (mod_gnutls_srvconf_rec *) ap_get_module_config(r->server-> | 130 | (mod_gnutls_srvconf_rec *) ap_get_module_config(r->server-> | 
| @@ -340,7 +340,7 @@ static void gnutls_hooks(apr_pool_t * p) | |||
| 340 | APR_HOOK_MIDDLE); | 340 | APR_HOOK_MIDDLE); | 
| 341 | ap_hook_child_init(mod_gnutls_hook_child_init, NULL, NULL, | 341 | ap_hook_child_init(mod_gnutls_hook_child_init, NULL, NULL, | 
| 342 | APR_HOOK_MIDDLE); | 342 | APR_HOOK_MIDDLE); | 
| 343 | ap_hook_http_method(mod_gnutls_hook_http_method, NULL, NULL, | 343 | ap_hook_http_scheme(mod_gnutls_hook_http_scheme, NULL, NULL, | 
| 344 | APR_HOOK_MIDDLE); | 344 | APR_HOOK_MIDDLE); | 
| 345 | ap_hook_default_port(mod_gnutls_hook_default_port, NULL, NULL, | 345 | ap_hook_default_port(mod_gnutls_hook_default_port, NULL, NULL, | 
| 346 | APR_HOOK_MIDDLE); | 346 | APR_HOOK_MIDDLE); | 
