From: hno <> Date: Sun, 19 May 2002 20:32:09 +0000 (+0000) Subject: crypt.h is only needed by some helpers, not the Squid core. X-Git-Tag: SQUID_3_0_PRE1~1019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179cb1a2da68b2b3ce1264d1d60d628489c0da6e;p=thirdparty%2Fsquid.git crypt.h is only needed by some helpers, not the Squid core. Including it in squid.h only increases compile time and causes portability issues and conflicts. --- diff --git a/src/squid.h b/src/squid.h index e99edaeb9e..060c24770d 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.219 2002/04/13 23:07:51 hno Exp $ + * $Id: squid.h,v 1.220 2002/05/19 14:32:09 hno Exp $ * * AUTHOR: Duane Wessels * @@ -199,9 +199,6 @@ #if HAVE_BSTRING_H #include #endif -#ifdef HAVE_CRYPT_H -#include -#endif #if HAVE_SYS_SELECT_H #include #endif