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

Function acme_driver_renew

modules/md/md_acme_drive.c:929–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929static apr_status_t acme_driver_renew(md_proto_driver_t *d, md_result_t *result)
930{
931 apr_status_t rv;
932
933 rv = acme_renew(d, result);
934 md_result_log(result, MD_LOG_DEBUG);
935 return rv;
936}
937
938/**************************************************************************************************/
939/* ACME preload */

Callers

nothing calls this directly

Calls 2

acme_renewFunction · 0.85
md_result_logFunction · 0.85

Tested by

no test coverage detected