summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-04-05 21:48:42 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-04-05 21:48:42 +0000
commit03916b7c6416f88d9f83623dce630a576c4e8988 (patch)
tree2cb46f1021cb3e16e6c8bca86ff6a43c619e2f9a /usr.sbin/httpd
parent05b783cea39f0e246f1d7d87b3ed0f875bb19c00 (diff)
ap_compat.h defines MD5Update to one thing, but now that we use functions
from md5.h this breaks things which use the compatibility header, such as some 3rd party modules. so simply remove this define from ap_compat.h original breakage found and reported in ports/www/mod_log_sql by naddy@ ok henning@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/src/include/ap_compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/include/ap_compat.h b/usr.sbin/httpd/src/include/ap_compat.h
index ec0c753bca5..cd2b16237ba 100644
--- a/usr.sbin/httpd/src/include/ap_compat.h
+++ b/usr.sbin/httpd/src/include/ap_compat.h
@@ -19,7 +19,6 @@ extern "C" {
#define MD5Final ap_MD5Final
#define MD5Init ap_MD5Init
-#define MD5Update ap_MD5Update
#define acquire_mutex ap_acquire_mutex
#define add_cgi_vars ap_add_cgi_vars
#define add_common_vars ap_add_common_vars