summaryrefslogtreecommitdiff
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2020-07-03 12:44:53 +0000
committerGraham Leggett <minfrin@apache.org>2020-07-03 12:44:53 +0000
commit6bf5bd6cb23885b96a360ffe1167744078d52669 (patch)
treed80030e5ab2630d461ac8e6bc7b1b36219bdcf6f /include/ap_mmn.h
parentfb8757762d798a76de322283a79ae1f1c43e30f1 (diff)
downloadhttpd-6bf5bd6cb23885b96a360ffe1167744078d52669.tar.gz
core: Remove support for the Content-MD5 header, removed in RFC7231.
Functions ap_md5digest() and ap_md5contextTo64() removed, and ContentDigest directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 8bf8ffc087..7629fe7c15 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -651,6 +651,8 @@
* 20200702.1 (2.5.1-dev) Add pool arg to mpm_register_poll_callback and
* mpm_register_poll_callback_timeout hooks
* 20200702.2 (2.5.1-dev) Add dav_get_resource().
+ * 20200703.0 (2.5.1-dev) Remove ap_md5digest(), ap_md5contextTo64(),
+ * ContentDigest directive.
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */