mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
rollback 1844001.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -776,8 +776,6 @@ static void ssl_register_hooks(apr_pool_t *p)
|
|||||||
AUTHZ_PROVIDER_VERSION,
|
AUTHZ_PROVIDER_VERSION,
|
||||||
&ssl_authz_provider_verify_client,
|
&ssl_authz_provider_verify_client,
|
||||||
AP_AUTH_INTERNAL_PER_CONF);
|
AP_AUTH_INTERNAL_PER_CONF);
|
||||||
ap_register_provider(p, "mod_ssl" , "ssl_variables", "0",
|
|
||||||
ssl_hook_GetVars());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module AP_MODULE_DECLARE_DATA ssl_module = {
|
module AP_MODULE_DECLARE_DATA ssl_module = {
|
||||||
|
@@ -2697,8 +2697,3 @@ int ssl_callback_SRPServerParams(SSL *ssl, int *ad, void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_SRP */
|
#endif /* HAVE_SRP */
|
||||||
|
|
||||||
const char * const *ssl_hook_GetVars()
|
|
||||||
{
|
|
||||||
return ssl_hook_Fixup_vars;
|
|
||||||
}
|
|
||||||
|
@@ -899,7 +899,6 @@ int ssl_hook_Fixup(request_rec *);
|
|||||||
int ssl_hook_ReadReq(request_rec *);
|
int ssl_hook_ReadReq(request_rec *);
|
||||||
int ssl_hook_Upgrade(request_rec *);
|
int ssl_hook_Upgrade(request_rec *);
|
||||||
void ssl_hook_ConfigTest(apr_pool_t *pconf, server_rec *s);
|
void ssl_hook_ConfigTest(apr_pool_t *pconf, server_rec *s);
|
||||||
const char* const *ssl_hook_GetVars(void);
|
|
||||||
|
|
||||||
/** Apache authz provisders */
|
/** Apache authz provisders */
|
||||||
extern const authz_provider ssl_authz_provider_require_ssl;
|
extern const authz_provider ssl_authz_provider_require_ssl;
|
||||||
|
Reference in New Issue
Block a user