]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get rid of the xlate version of ap_md5_digest()
authorJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 18:54:20 +0000 (18:54 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 18:54:20 +0000 (18:54 +0000)
commit48319c86b787902fd139b01f1585a3ab290509ac
tree27f9c1337331f1cf304ca5c2a2656d088b956805
parent5dedc158930799dc749f336365fc2a480260cc1f
Get rid of the xlate version of ap_md5_digest()
since we don't compute digests of filtered (e.g., translated)
response bodies this way anymore.  (Note that we don't do it at
all at the present; somebody needs to write a filter to do so.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86750 13f79535-47bb-0310-9956-ffa450edef68
include/util_md5.h
modules/http/http_core.c
server/util_md5.c