http://bugs.winehq.org/show_bug.cgi?id=27168
Felyza felyza@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |felyza@gmail.com
--- Comment #53 from Felyza felyza@gmail.com 2012-05-30 13:15:52 CDT --- (In reply to comment #48)
Comment on attachment 37851 [details] fixed test
One more tab:
- if (status != SEC_E_OK) {
- skip("Query cert expected OK, got %08x\n", status);
goto out;
- }
(Before skip.) Fix, and it should be ready for wine-patches. Thanks!
Still not working in 1.5.5.
Reading through the comments over the last year, it appears the one final change needed to submit the fix to wine-patches, per this post by Juan Lang, is changing \t to " " (without quotes). Digging through wine-devel and wine-patches archives, it doesn't appear this patch ever made submission, so it unfortunately appears the original person to work on this left after that comment.
I'm in the process of building against 1.5.5. If all is well, tests succeed, and https:// is working, I'll make the required change and submit it. As this bug affects more than a single application, hopefully it will be well received.