From: wessels <> Date: Thu, 5 Feb 1998 06:52:00 +0000 (+0000) Subject: always compile MD5 because of new cache key scheme X-Git-Tag: SQUID_3_0_PRE1~4172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fc5e63d7740a435ae2953d6f9201c593f01466c;p=thirdparty%2Fsquid.git always compile MD5 because of new cache key scheme --- diff --git a/lib/md5.c b/lib/md5.c index 216e13d4dd..2435214043 100644 --- 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 */