| 1075 | } |
| 1076 | |
| 1077 | static apr_status_t acme_driver_preload(md_proto_driver_t *d, |
| 1078 | md_store_group_t group, md_result_t *result) |
| 1079 | { |
| 1080 | apr_status_t rv; |
| 1081 | |
| 1082 | rv = acme_preload(d, group, d->md->name, result); |
| 1083 | md_result_log(result, MD_LOG_DEBUG); |
| 1084 | return rv; |
| 1085 | } |
| 1086 | |
| 1087 | static apr_status_t acme_complete_md(md_t *md, apr_pool_t *p) |
| 1088 | { |
nothing calls this directly
no test coverage detected