]> git.ipfire.org Git - thirdparty/squid.git/commit
MD5 support for Squid's cache keys!
authorwessels <>
Tue, 2 Dec 1997 12:06:36 +0000 (12:06 +0000)
committerwessels <>
Tue, 2 Dec 1997 12:06:36 +0000 (12:06 +0000)
commit6507d007d69dc6f69864cc883a9f92cd2a7d3361
tree2120fb6469d9cb922cacec89208c785f761ab345
parent328312a2ea796ece9cccababe3a2e6ba34c2f028
MD5 support for Squid's cache keys!
- moved md5.c from snmplib to lib
- changed md5.c's wierd typedefs (UINT4, POINTER)
- moved u_num32 typedefs to config.h, deleted from squid.h and
  asn1.h.
- more I'm sure
include/asn1.h
include/md5.h
lib/Makefile.in
lib/md5.c [new file with mode: 0644]
snmplib/snmp_api.c
src/Makefile.in
src/cf_gen.cc
src/squid.h
src/store.cc
src/store_key_md5.cc [new file with mode: 0644]
src/typedefs.h