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

Function md_ocsp_job_make

modules/md/md_ocsp.c:1077–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077md_job_t *md_ocsp_job_make(md_ocsp_reg_t *ocsp, const char *mdomain, apr_pool_t *p)
1078{
1079 return md_job_make(p, ocsp->store, MD_SG_OCSP, mdomain, ocsp->min_delay);
1080}

Callers 1

next_todoFunction · 0.85

Calls 1

md_job_makeFunction · 0.85

Tested by

no test coverage detected