Re: Compiling under windows with USE_IDN=yes, patch needed

2012-07-28 Thread Jan Ehrhardt
Guenter in gmane.comp.web.curl.library (Sat, 28 Jul 2012 06:24:57 +0200): Am 28.07.2012 06:13, schrieb Guenter: it might happen that at some point MinGW and OpenWatcom add these protos to their APIs which would then produce a redefine ..., sigh ok, for now your suggestion seems to be the

Re: Compiling under windows with USE_IDN=yes, patch needed

2012-07-28 Thread Jan Ehrhardt
Guenter in gmane.comp.web.curl.library (Sat, 28 Jul 2012 06:24:57 +0200): Am 28.07.2012 06:13, schrieb Guenter: it might happen that at some point MinGW and OpenWatcom add these protos to their APIs which would then produce a redefine ..., sigh ok, for now your suggestion seems to be the

Re: Compiling under windows with USE_IDN=yes, patch needed

2012-07-28 Thread Jan Ehrhardt
Gisle Vanem in gmane.comp.web.curl.library (Sat, 28 Jul 2012 11:52:10 +0200): Jan Ehrhardt php...@ehrhardt.nl wrote: I commented out the four lines starting with #ifdef WANT_IDN_PROTOTYPES in idn_win32.src and added the line #include winnls.h at the same place. Result: the unresolved symbols

Re: Compiling under windows with USE_IDN=yes, patch needed

2012-07-28 Thread Jan Ehrhardt
Jan Ehrhardt in gmane.comp.web.curl.library (Sat, 28 Jul 2012 12:58:00 +0200): Gisle Vanem in gmane.comp.web.curl.library (Sat, 28 Jul 2012 11:52:10 +0200): v6.0A is pretty old. I have v7.1 which is updated for Win-7. And it works perfectly allthough I only have Win-XP. You should get rid of those

Re: Conflicting lines 273 and 317 in /lib/urldata.h

2012-07-28 Thread Jan Ehrhardt
Jan Ehrhardt in gmane.comp.web.curl.library (Sat, 28 Jul 2012 04:00:59 +0200): After this patch compilation still fails for me, with all kinds of errors starting at ../../win32build/include/openssl/x509v3.h(192) while compiling ssluse.c into ssluse.obj, but that seems more like an issue with

Re: Conflicting lines 273 and 317 in /lib/urldata.h

2012-07-28 Thread Gisle Vanem
Jan Ehrhardt php...@ehrhardt.nl wrote: The first error is the double declaration of 'connecting_state' in lines 273 and 317 of urldata.h. The next ones have to do with X509_NAME. ../../win32build/include/openssl\x509v3.h(192) : error C2059: syntax error : '(' line 192 of x509v3.h (OpelSSL

Re: Conflicting lines 273 and 317 in /lib/urldata.h

2012-07-28 Thread Jan Ehrhardt
Gisle Vanem in gmane.comp.web.curl.library (Sat, 28 Jul 2012 19:00:51 +0200): Jan Ehrhardt php...@ehrhardt.nl wrote: ../../win32build/include/openssl\x509v3.h(192) : error C2059: syntax error : '(' line 192 of x509v3.h (OpelSSL 1.0.1c) is: X509_NAME *directoryName; Not user about this one.

Re: OpenSSL: Multiple CA paths

2012-07-28 Thread pcworld
Am 22.07.2012 10:42, schrieb Oscar Koeroo: The normal file and hash_dir call is actually two calls, one to X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file()); and one to X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir()); with X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM) and