>>>>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 */
 

Reply via email to