From: robertc <> Date: Fri, 24 Jan 2003 16:07:19 +0000 (+0000) Subject: Summary: Fix OpenSSL X-Git-Tag: SQUID_3_0_PRE1~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb04c8c37c194e989afe2e564f1b313b7cd66cb;p=thirdparty%2Fsquid.git Summary: Fix OpenSSL Keywords: Fix OpenSSL builds. --- diff --git a/src/acl.cc b/src/acl.cc index b2a850b3c1..55040fe546 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,5 +1,5 @@ /* - * $Id: acl.cc,v 1.295 2003/01/23 00:37:15 robertc Exp $ + * $Id: acl.cc,v 1.296 2003/01/24 09:07:19 robertc Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -36,6 +36,7 @@ #include "splay.h" #include "HttpRequest.h" #include "authenticate.h" +#include "fde.h" static void aclParseDomainList(void *curlist); static void aclParseUserList(void **current); diff --git a/src/external_acl.cc b/src/external_acl.cc index 544777c263..9e56c8cce3 100644 --- a/src/external_acl.cc +++ b/src/external_acl.cc @@ -1,6 +1,6 @@ /* - * $Id: external_acl.cc,v 1.22 2003/01/23 00:37:20 robertc Exp $ + * $Id: external_acl.cc,v 1.23 2003/01/24 09:07:19 robertc Exp $ * * DEBUG: section 82 External ACL * AUTHOR: Henrik Nordstrom, MARA Systems AB @@ -43,7 +43,7 @@ #include "squid.h" #include "authenticate.h" #include "Store.h" - +#include "fde.h" #ifndef DEFAULT_EXTERNAL_ACL_TTL #define DEFAULT_EXTERNAL_ACL_TTL 1 * 60 * 60