| 330 | } |
| 331 | |
| 332 | static apr_status_t acmev2_GET_as_POST_init(md_acme_req_t *req, void *baton) |
| 333 | { |
| 334 | (void)baton; |
| 335 | return md_acme_req_body_init(req, NULL); |
| 336 | } |
| 337 | |
| 338 | static apr_status_t md_acme_req_send(md_acme_req_t *req, int get_as_post) |
| 339 | { |
nothing calls this directly
no test coverage detected