On Tue, Jun 08, 1999, Lin Geng wrote:
> I tried it on WIN32 and found some minor problems.
>
> 1). in mod_ssl.h, sys/time.h should be condiftional. (There is no time.h in
> sys dir.)
>
> 2). #define SSL_MM_FILE_MODE ( S_IRUSR|S_IWUSR ) in ssl.h causing undefined
> variable error. (S_IRUSR and S_IWUSR)
>
> 3). If the above line is conditional, then ap_mm_permission(mm,
> SSL_MM_FILE_MODE, ap_user_id, -1); causing problem in ssl_engine_scache.c
> needs to be conditional
>
> 4). #include <unistd.h> in ssl_util_table needs to be
> conditional.
Yes, I expected this... as I've mentioned, I currently cannot test the Win32
stuff because I've currently no working Win32 environment available. So,
thanks for your feedback. I've fixed all these now for mod_ssl 2.3.3.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]