http://bugs.winehq.org/show_bug.cgi?id=15707
--- Comment #10 from Austin English austinenglish@gmail.com 2009-03-04 19:14:01 --- (In reply to comment #9)
Created an attachment (id=19790)
--> (http://bugs.winehq.org/attachment.cgi?id=19790) [details]
winhttp: Load i2d_X509 from libcrypto.so.
Could be that i2d_X509 is exported from libcrypto.so only on OpenSolaris, whereas it's exported from both libssl.so and libcrypto.so on Ubuntu. Can you try this patch?
Works like a charm. Test passes now, thanks!