]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.
authorRoy T. Fielding <fielding@apache.org>
Sun, 23 Apr 2000 02:32:58 +0000 (02:32 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sun, 23 Apr 2000 02:32:58 +0000 (02:32 +0000)
commit7cbb1cb050511156e5e4a6a1e8b3923f0d383f7a
tree9bf202e11af8519da4afeebea280bb20ac81f4e1
parent4e54ed5e024951d085cf52501289251405a9dcd6
Finished move of ap_md5 routines to apr_md5.  Removed ap_md5.h.
Replaced more magic numbers with MD5_DIGESTSIZE.  Yuck.

Submitted by: William Rowe, Roy Fielding

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