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.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.h')
-rw-r--r-- | modules/md/md_acme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/md_acme.h b/modules/md/md_acme.h index ec130a0755..1a3540f1bb 100644 --- a/modules/md/md_acme.h +++ b/modules/md/md_acme.h @@ -113,7 +113,7 @@ apr_status_t md_acme_use_acct_staged(md_acme_t *acme, struct md_store_t *store, * Get the local name of the account currently used by the acme instance. * Will be NULL if no account has been setup successfully. */ -const char *md_acme_get_acct(md_acme_t *acme, apr_pool_t *p); +const char *md_acme_get_acct_id(md_acme_t *acme); /** * Agree to the given Terms-of-Service url for the current account. |