Re: [SQU] problems building Benno's ssl patch

From: Paonia Ezrine <paonia@dont-contact.us>
Date: Sun, 26 Nov 2000 21:13:58 -0500 (EST)

> On Sun, Nov 19, 2000, Paonia Ezrine wrote:
> > I am trying to build Benno's ssl patch. I have tried get tag ssl as well
> > as head and applying the patch and ever time I get the following error:
>
> What you'll probably find is that benno hasn't updated his patch
> in a while. I'll double-check with benno and see what his timeframe
> on being able to update this to the latest squid-HEAD and squid-2.4
> (which are close enough to be identical right now anyway..)
>
>
>
>
>
> adrian
>

this is what I did to get it to build not sure if it is right
thanks
Paonia
--- client_side.c Sun Nov 26 21:11:55 2000
+++ client_side.c.orig Sun Nov 26 21:11:39 2000
@@ -2969,7 +2969,7 @@
         connState->log_addr.s_addr &= Config.Addrs.client_netmask.s_addr;
         connState->me = me;
         connState->fd = fd;
- connState->in.size = CLIENT_REQ_BUF_SZ;
+ connState->in.size = REQUEST_BUF_SIZE;
         connState->in.buf = xcalloc(connState->in.size, 1);
         cbdataAdd(connState, cbdataXfree, 0);
         /* XXX account connState->in.buf */

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Sun Nov 26 2000 - 19:15:55 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:35 MST