diff options
author | Stefan Eissing <icing@apache.org> | 2019-08-05 10:58:44 +0000 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2019-08-05 10:58:44 +0000 |
commit | 0f64dd39b1083c2651f79b8b8877c41ff42bfd08 (patch) | |
tree | cdf1e6fdfeeebb7b93510ef3212a1d0087e6392c /modules/md/md_crypt.c | |
parent | 15da3e1632706e414a57beb8a3b2916410ed9d7f (diff) | |
download | httpd-0f64dd39b1083c2651f79b8b8877c41ff42bfd08.tar.gz |
Merged /httpd/httpd/trunk:r1864425
* 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
Diffstat (limited to 'modules/md/md_crypt.c')
-rw-r--r-- | modules/md/md_crypt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/md/md_crypt.c b/modules/md/md_crypt.c index c9f73614cd..57c32a2bfb 100644 --- a/modules/md/md_crypt.c +++ b/modules/md/md_crypt.c @@ -1545,6 +1545,9 @@ apr_status_t md_cert_get_ct_scts(apr_array_header_t *scts, apr_pool_t *p, const 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 } |