Juan Lang : winhttp: Check the certificate in an https connection using the crypto api.

Michael Stefaniuc mstefani at redhat.com
Fri Dec 4 17:52:47 CST 2009


Hello Juan!

On 12/05/2009 12:15 AM, Juan Lang wrote:
>> this breaks compilation on Fedora 12; F11 works fine though.
>
> Does the attached patch help?
Yes, it compiles now but has warnings:
dlls/winhttp/net.c: In function ‘netconn_secure_verify’:
dlls/winhttp/net.c:344: warning: passing argument 1 of ‘psk_num’ from 
incompatible pointer type
dlls/winhttp/net.c:344: note: expected ‘const struct _STACK *’ but 
argument is of type ‘struct stack_st_X509 *’
dlls/winhttp/net.c:348: warning: passing argument 1 of ‘psk_value’ from 
incompatible pointer type
dlls/winhttp/net.c:348: note: expected ‘const struct _STACK *’ but 
argument is of type ‘struct stack_st_X509 *’
dlls/winhttp/net.c: In function ‘netconn_init’:
dlls/winhttp/net.c:454: warning: assignment discards qualifiers from 
pointer target type

F11 still compiles error and warning free.

thanks
bye
	michael



More information about the wine-devel mailing list