cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: SSL/TLS support using Windows SSPI Schannel API

From: Steve Holme <steve_holme_at_hotmail.com>
Date: Sun, 22 Apr 2012 23:25:44 +0100

Hi Guys,

>>> 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:
> But I think the warnings Steve is referring to are the ones about
> the functions being missing.

I was referring to the pointer warnings and whilst my fix is similar to
yours I am still confused about the warning in parameter 2 which is an
LPCSTR so there shouldn't be any problems passing "\\" in as that should
compile to a const char*.

Kind Regards

Steve

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-23