Re: Can't figure the SSL patch

From: Wari Wahab <wari@dont-contact.us>
Date: Fri, 2 Jun 2000 18:32:54 +0800

On Fri, Jun 02, 2000 at 09:37:34AM +0200, Henrik Nordstrom wrote:
> Try getting the current sources using CVS

Thanks for that..
 
> Be warned that this still is based on a development release of Squid

So, should I inform you of problems compiling this... There are a few
problems that I faced.. I also sorta have to hack a file, and this is the
diff output -
-----------------------------------------------------------------------------
diff --context -u squid-ssl/src/client_side.c src/squid-ssl/src/client_side.c
--- squid-ssl/src/client_side.c Fri Jun 2 01:25:40 2000
+++ src/squid-ssl/src/client_side.c Fri Jun 2 04:10:36 2000
@@ -2811,7 +2811,8 @@
     static aclCheck_t identChecklist;
 #endif
     commSetSelect(sock, COMM_SELECT_READ, httpsAccept, NULL, 0);
- while (max-- && !httpAcceptDefer()) {
+ while (max-- && !httpAcceptDefer(sock,NULL)) {
+// while (max-- && !httpAcceptDefer()) {
         memset(&peer, '\0', sizeof(struct sockaddr_in));
         memset(&me, '\0', sizeof(struct sockaddr_in));
         if ((fd = comm_accept(sock, &peer, &me)) < 0) {
-----------------------------------------------------------------------------
Simple one at that... Missing sock,NULL params for httpAcceptDefer, I do
hope it's the correct one to put in though.... ;)

Another thing is that it does not add -I/usr/local/squid/ssl/include to
the Makefile in src and src/fs/ufs directory, blowing up compilation..

Another thing is that the sources does not patch cleanly with the
useragent log patch that changes the log format to an apache style
Combined Log Format, some patch.elf file I got to log referers.. Can't
find the link to that file anymore though.. I do not know where I've found
it.. I'll include that with this mail..
 

-- 
Regards: Wari Wahab
Man is the only animal that can remain on friendly terms with the
victims he intends to eat until he eats them.
		-- Samuel Butler (1835-1902)

Received on Fri Jun 02 2000 - 06:14:18 MDT

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