| 122 | } |
| 123 | |
| 124 | static apr_status_t http_update_nonce(const md_http_response_t *res, void *data) |
| 125 | { |
| 126 | req_update_nonce(data, res->headers); |
| 127 | return APR_SUCCESS; |
| 128 | } |
| 129 | |
| 130 | static md_acme_req_t *md_acme_req_create(md_acme_t *acme, const char *method, const char *url) |
| 131 | { |
nothing calls this directly
no test coverage detected