> > ssl_util_ssl.h(96) : error C2059: syntax error : ','
> > ssl_util_ssl.h(96) : error C2143: syntax error : missing ')' before '('
> > ...
> > Now, my C is a bit rusty but I couldn't find anything wrong with
> > line 96 in ssl_util_ssl.h...

> Line 96 is certainly correct, you'll not find a syntax error there. The
> problem is more that some things in this line are not defined. I expect
> that your OpenSSL header files do not provide some things. But I've no
> clue what this is the case. Can someone find out more on Win32 for us?

I think I got it... the function definition uses X509_NAME while
in OpenSSL's x509.h you'll find the following lines:

#ifdef WIN32
/* Under Win32 this is defined in wincrypt.h */
#undef X509_NAME
#endif

Now, it's only a question of finding on how to resolve this.
Will be continued... ;-)

Christian.
_____________________________________________
Christian Buysschaert mailto:[EMAIL PROTECTED]
GlobalSign nv-sa      http://www.globalsign.net


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

Reply via email to