MCPcopy Create free account
hub / github.com/apache/httpd / md_acme_init

Function md_acme_init

modules/md/md_acme.c:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164apr_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
170static apr_status_t inspect_problem(md_acme_req_t *req, const md_http_response_t *res)
171{

Callers 1

md_hooksFunction · 0.85

Calls 1

md_crypt_initFunction · 0.85

Tested by

no test coverage detected