Re: Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Robert Shearman
Pavel Roskin wrote: Hello, Robert! Your last change in dlls/wininet/netconnection.c breaks compilation without openssl: Sorry about that. I had tested compiling without openssl, but I made a last minute change to add that function that I didn't test. netconnection.c:246: error: syntax

Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Pavel Roskin
Hello, Robert! Your last change in dlls/wininet/netconnection.c breaks compilation without openssl: netconnection.c:246: error: syntax error before '*' token make: *** [netconnection.o] Error 1 It happens because check_hostname() uses an argument of unknown type X509. Also, check_hostname() is