On Fri, Apr 28, 2000, Erik Aronesty wrote:
> >>>>Had to add to modules\ssl\Makefile:
>
> $(LIBNAME).dll: $(OBJS)
> $(LD) $(LDFLAGS) /dll /out:$@ \
> $(OBJS) \
> ..\..\CoreR\ApacheCore.lib \
> $(SSL_LIB)\ssleay32.lib \
> $(SSL_LIB)\libeay32.lib \
> wsock32.lib \
> <<<< added >>>> gdi32.lib \
>
> clean:
>
> >>>>Had to add to modules\ssl\mod_ssl.h:
>
> #endif
> #ifdef WIN32
> #include <wincrypt.h>
> <<<< added >>>> #include <winsock2.h>
> #endif
>
> /* OpenSSL headers */
Thanks for your patches. But I personally cannot decide whether these
are reasonable and correct or not. Can someone else confirm that these
patches are really necessary for mod_ssl to build under Win32? I'm still
very sceptic whether gdi32.lib and winsock2.h are generic things which
are available under all Win32 environments...
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]