| 540 | } |
| 541 | |
| 542 | static 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 | |
| 550 | typedef 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, |
nothing calls this directly
no test coverage detected