http://bugs.winehq.org/show_bug.cgi?id=26643
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2011-10-13 14:22:05 CDT --- (In reply to comment #4)
Actually it turns out SSLCopyPeerCertificates is available on Tiger after all, it's just called SSLGetPeerCertificates. So this patch is simpler and better:
https://trac.macports.org/browser/trunk/dports/x11/wine-devel/files/patch-SS...
In that case, it'd be preferable to dynamically load a function pointer instead.