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

Function md_cert_wrap

modules/md/md_crypt.c:1216–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1214}
1215
1216md_cert_t *md_cert_wrap(apr_pool_t *p, void *x509)
1217{
1218 md_cert_t *cert = apr_pcalloc(p, sizeof(*cert));
1219 cert->pool = p;
1220 cert->x509 = x509;
1221 return cert;
1222}
1223
1224md_cert_t *md_cert_make(apr_pool_t *p, void *x509)
1225{

Callers 1

md_cert_makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected