| 162 | |
| 163 | |
| 164 | apr_status_t md_acme_init(apr_pool_t *p, const char *base, int init_ssl) |
| 165 | { |
| 166 | base_product = base; |
| 167 | return init_ssl? md_crypt_init(p) : APR_SUCCESS; |
| 168 | } |
| 169 | |
| 170 | static apr_status_t inspect_problem(md_acme_req_t *req, const md_http_response_t *res) |
| 171 | { |
no test coverage detected