summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-05-06 10:49:02 +0000
committerKen Coar <coar@apache.org>1998-05-06 10:49:02 +0000
commitcfcec2e057912a5db9fe6cd13f72c43aa8fe6f20 (patch)
tree4f8c4b8c8977af420b70d0121a4adb1d9beb0407 /src/include
parentc9a3d8bc7363f95c5ae4886347aa6131b04b93f9 (diff)
downloadhttpd-cfcec2e057912a5db9fe6cd13f72c43aa8fe6f20.tar.gz
md5 was missed during the Great Renaming's reflection in compat.h.
PR: 2188 Submitted by: Kim Yong-ook <ghost@netian.com> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81151 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ap_compat.h1
-rw-r--r--src/include/compat.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ap_compat.h b/src/include/ap_compat.h
index 53907550c5..0e7de2fdf1 100644
--- a/src/include/ap_compat.h
+++ b/src/include/ap_compat.h
@@ -198,6 +198,7 @@ extern "C" {
#define make_sub_pool ap_make_sub_pool
#define make_table ap_make_table
#define matches_request_vhost ap_matches_request_vhost
+#define md5 ap_md5
#define max_requests_per_child ap_max_requests_per_child
#define meets_conditions ap_meets_conditions
#define merge_per_dir_configs ap_merge_per_dir_configs
diff --git a/src/include/compat.h b/src/include/compat.h
index 53907550c5..0e7de2fdf1 100644
--- a/src/include/compat.h
+++ b/src/include/compat.h
@@ -198,6 +198,7 @@ extern "C" {
#define make_sub_pool ap_make_sub_pool
#define make_table ap_make_table
#define matches_request_vhost ap_matches_request_vhost
+#define md5 ap_md5
#define max_requests_per_child ap_max_requests_per_child
#define meets_conditions ap_meets_conditions
#define merge_per_dir_configs ap_merge_per_dir_configs