diff options
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); |
