cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL/TLS support using Windows SSPI Schannel API

From: Marc Hoersken <info_at_marc-hoersken.de>
Date: Sun, 22 Apr 2012 23:45:48 +0200

Hi,

2012/4/22 Guenter <lists_at_gknw.net>:
> Hi Steve,
> Am 22.04.2012 22:24, schrieb Steve Holme:
>
>> Thank you. I've fixed the un-used variable and am a little stuck with
>> VerQueryValue().
>>
>> I'm not sure if I'm being a little dizzy tonight or not but...
>>
>> I can fix the problems with parameters 3 and 4 by putting the appropriate
>> cast (LPVOID * and unsigned int * respectively) but why is the warning
>> generated for parameter 2?
>
> I've no idea - not looked at code nor prototypes ...
> but may I suggest same to you what I already suggested to Marc and what
> helped him to quickly fix a couple of warnings?

I fixed the pointer warnings in the following simple commit:
https://github.com/mback2k/curl/commit/69adbe9d053833164f06090552b6b15689b1e864

But I think the warnings Steve is referring to are the ones about the
functions being missing.
I think this is caused by version.lib not being linked. So there seems
to be something wrong with the buildscripts.

Best regards,
Marc
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-22