| 927 | } |
| 928 | |
| 929 | static 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 */ |
nothing calls this directly
no test coverage detected