MCPcopy Create free account
hub / github.com/apache/httpd / cha_teardown_dir

Function cha_teardown_dir

modules/md/md_acme_authz.c:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542static apr_status_t cha_teardown_dir(md_store_t *store, const char *domain, const md_t *md,
543 apr_table_t *env, apr_pool_t *p)
544{
545 (void)md;
546 (void)env;
547 return md_store_purge(store, p, MD_SG_CHALLENGES, domain);
548}
549
550typedef apr_status_t cha_setup(md_acme_authz_cha_t *cha, md_acme_authz_t *authz,
551 md_acme_t *acme, md_store_t *store,

Callers

nothing calls this directly

Calls 1

md_store_purgeFunction · 0.85

Tested by

no test coverage detected