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.

Thanks.

lin geng

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to