* mod_md: assigning APLOGNO(), silencing compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1864427 13f79535-47bb-0310-9956-
ffa450edef68
md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "ct_sct, found %d SCT extensions", scts->nelts);
return APR_SUCCESS;
#else
+ (void)scts;
+ (void)p;
+ (void)cert;
return APR_ENOTIMPL;
#endif
}
const char *val, apr_interval_time_t norm)
{
md_timeslice_t *ts;
- int percent;
+ int percent = 0;
*pts = NULL;
if (!val) {
* @macro
* Version number of the md module as c string
*/
-#define MOD_MD_VERSION "2.0.8"
+#define MOD_MD_VERSION "2.0.10"
/**
* @macro
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
-#define MOD_MD_VERSION_NUM 0x020008
+#define MOD_MD_VERSION_NUM 0x02000a
#define MD_ACME_DEF_URL "https://acme-v02.api.letsencrypt.org/directory"
const char * const *argv;
const char *cmdline;
int exit_code;
- apr_status_t rv;
+ apr_status_t rv = APR_SUCCESS;
if (!strcmp("renewed", reason)) {
if (dctx->mc->notify_cmd) {