mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
revert r672639 which lacked a necessary major bump, add a major MMN bump
to account for the short-lived API addition/removal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -94,10 +94,6 @@ typedef struct {
|
||||
*/
|
||||
authn_status (*get_realm_hash)(request_rec *r, const char *user,
|
||||
const char *realm, char **rethash);
|
||||
|
||||
/* OK if provider can satisfy get_realm_hash(), APR_ENOTIMPL otherwise. */
|
||||
apr_status_t (*has_realm_hash)(cmd_parms *cmd, const char *provider_name);
|
||||
|
||||
} authn_provider;
|
||||
|
||||
/* A linked-list of authn providers. */
|
||||
|
||||
Reference in New Issue
Block a user