diff options
author | Stefan Eissing <icing@apache.org> | 2017-09-26 10:33:35 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-09-26 10:33:35 +0200 |
commit | c2f7c7a31f22fd026eff35701174811428327704 (patch) | |
tree | 296b4072f874f991988fb62c0ead6020218581e3 /modules/md/md_acme_authz.h | |
parent | On the trunk: (diff) | |
download | apache2-c2f7c7a31f22fd026eff35701174811428327704.tar.xz apache2-c2f7c7a31f22fd026eff35701174811428327704.zip |
On the trunk:
mod_md: v0.9.7
- Use of the new module flag
- Removed obsolete function from interface to mod_ssl.
- Fallback certificates has version set and no longer claims to be a CA. (re issue #32)
- MDRequireHttps now happens before any Redirect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/md_acme_authz.h')
-rw-r--r-- | modules/md/md_acme_authz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/md_acme_authz.h b/modules/md/md_acme_authz.h index 817d6fe830..3b083a95f0 100644 --- a/modules/md/md_acme_authz.h +++ b/modules/md/md_acme_authz.h @@ -82,7 +82,7 @@ struct md_acme_authz_set_t { struct apr_array_header_t *authzs; }; -md_acme_authz_set_t *md_acme_authz_set_create(apr_pool_t *p, struct md_acme_t *acme); +md_acme_authz_set_t *md_acme_authz_set_create(apr_pool_t *p); md_acme_authz_t *md_acme_authz_set_get(md_acme_authz_set_t *set, const char *domain); apr_status_t md_acme_authz_set_add(md_acme_authz_set_t *set, md_acme_authz_t *authz); apr_status_t md_acme_authz_set_remove(md_acme_authz_set_t *set, const char *domain); |