Re: incorrect changes to HTSSL.c

Hello Sam,

In our previous episode, sam shahdousti said:
> 
> I just would like to let you know that the new changes
> made to HTSSL.c specifically at the beginning of
> function HTSSL_init does not compile for windows
> platform. 

Thanks for the bug report. I added a missing include in HTSSL.c and changed
the use of the POSIX variable to the one defined in wwwsys.h (that's what
it was there for :).

It should work better now.

-Jose

> Here are the compile error output:
> 
> :\libwww\library\src\ssl\htssl.c(169) : error C2065:
> '_POSIX_PATH_MAX' : undeclared identifier
> c:\libwww\library\src\ssl\htssl.c(169) : error C2057:
> expected constant expression
> c:\libwww\library\src\ssl\htssl.c(169) : error C2466:
> cannot allocate an array of constant size 0
> c:\libwww\library\src\ssl\htssl.c(169) : error C2133:
> 'rnd_filename' : unknown size
> c:\libwww\library\src\ssl\htssl.c(178) : warning
> C4013: 'RAND_file_name' undefined; assuming extern
> returning int
> c:\libwww\library\src\ssl\htssl.c(178) : warning
> C4034: sizeof returns 0
> c:\libwww\library\src\ssl\htssl.c(179) : warning
> C4013: 'RAND_load_file' undefined; assuming extern
> returning int

Received on Thursday, 3 August 2000 12:19:26 UTC