| 251 | } |
| 252 | |
| 253 | apr_status_t md_acme_req_body_init(md_acme_req_t *req, md_json_t *payload) |
| 254 | { |
| 255 | return req->acme->req_init_fn(req, payload); |
| 256 | } |
| 257 | |
| 258 | static apr_status_t md_acme_req_done(md_acme_req_t *req, apr_status_t rv) |
| 259 | { |
no outgoing calls
no test coverage detected