]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
always compile MD5 because of new cache key scheme
authorwessels <>
Thu, 5 Feb 1998 06:52:00 +0000 (06:52 +0000)
committerwessels <>
Thu, 5 Feb 1998 06:52:00 +0000 (06:52 +0000)
lib/md5.c

index 216e13d4ddb326d2225d730fe4d0d5fee672931b..243521404384d59042ee2592d8198e08b2e32f30 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -37,8 +37,6 @@
  * and by the SNMP routines.
  */
 
-#if STORE_KEY_MD5 || SQUID_SNMP
-
 #include "md5.h"
 
 /*
@@ -343,5 +341,3 @@ MD5_memset(char *output, int value, unsigned int len)
     for (i = 0; i < len; i++)
        output[i] = (char) value;
 }
-
-#endif /* STORE_KEY_MD5 || SQUID_SNMP */