]> git.ipfire.org Git - thirdparty/squid.git/commit - src/store_key_md5.cc
More fixes for recent MD5 mixups
authorwessels <>
Thu, 15 Nov 2007 23:47:31 +0000 (23:47 +0000)
committerwessels <>
Thu, 15 Nov 2007 23:47:31 +0000 (23:47 +0000)
commitc3031d67691ce1db60ffdf82a10710913df4a018
tree9b139884869cdb566c24fe4368a84be4b1db3765
parentee0f10fd8cd163f817c49de2718da3d2e27ab7d7
More fixes for recent MD5 mixups

- Changing 'xMD5' function name to 'SquidMD5'
- Changing 'MD5_CTX' typedef to 'SquidMD5_CTX'
- Changing 'MD5_DIGEST_CHARS' define to 'SQUID_MD5_DIGEST_LENGTH'
- Changing 'MD5_DIGEST_LENGTH' define to 'SQUID_MD5_DIGEST_LENGTH'
- Removing messy #ifdef logic in include/md5.h that tries to use
  the system libraries if available.  We'll always use the Squid MD5
  routines.
20 files changed:
helpers/basic_auth/NCSA/crypt_md5.c
include/md5.h
lib/md5.c
lib/rfc2617.c
src/CacheDigest.cc
src/MemObject.cc
src/StoreMetaMD5.cc
src/StoreSwapLogData.h
src/cache_diff.cc
src/fs/coss/store_dir_coss.cc
src/fs/ufs/store_dir_ufs.cc
src/fs/ufs/ufscommon.cc
src/htcp.cc
src/icp_v2.cc
src/mem.cc
src/store_key_md5.cc
src/store_swapmeta.cc
src/test_cache_digest.cc
src/ufsdump.cc
src/wccp2.cc