http://bugs.winehq.org/show_bug.cgi?id=18165
--- Comment #5 from Austin English austinenglish@gmail.com 2009-11-12 18:05:55 --- (In reply to comment #4)
Patch looks fine, why don't you send it in?
Apparently it breaks when compiling on non-NetBSD. On Karmic: austin@midna:~/wine-git/dlls/winhttp$ make ccache gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o net.o net.c net.c: In function ‘netconn_init’: net.c:284: warning: passing argument 1 of ‘pSSL_CTX_new’ discards qualifiers from pointer target type net.c:284: note: expected ‘struct SSL_METHOD *’ but argument is of type ‘const struct SSL_METHOD *’