curl-library
Re: SSL/TLS support using Windows SSPI Schannel API
Date: Sun, 15 Apr 2012 04:19:54 +0200
2012/4/14 Guenter <lists_at_gknw.net>:
> Hi Marc,
> [...]
> please give mingw-gcc another try:
> gcc -I. -I../include -g -O2 -Wall -fno-strict-aliasing -DBUILDING_LIBCURL
> -DCURL_WANTS_CA_BUNDLE_ENV -DUSE_SSL -DUSE_SCHANNEL -DUSE_WINDOWS_SSPI -c
> curl_sspi.c
> curl_sspi.c: In function 'Curl_sspi_version':
> curl_sspi.c:146:15: warning: passing argument 3 of 'VerQueryValueA' from
> incompatible pointer type [enabled by default]
> c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/winver.h:110:13:
> note: expected 'void **' but argument is of type 'struct VS_FIXEDFILEINFO
> **'
> curl_sspi.c:146:15: warning: passing argument 4 of 'VerQueryValueA' from
> incompatible pointer type [enabled by default]
> c:\mingw\bin\../lib/gcc/mingw32/4.6.1/../../../../include/winver.h:110:13:
> note: expected 'PUINT' but argument is of type 'DWORD *'
Thanks, fixed and attached as usual are a complete and diff patch files.
Best regards,
Marc
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: schannel_2012-04-15.patch
- application/octet-stream attachment: schannel_2012-04-15_diff.patch