On Mar 6, 2011, at 4:08 AM, Alex K wrote:

> Hi all!
> Does TLS/SSL work on Mac? I've used ssl_openssl unit to add SSL  
> support to my Win application, but when porting that app to Mac I  
> found that ssl doesn't work: I tried including every unit from  
> ssl_*.pas with no luck: some of them just don't compile, others  
> don't make any difference (I get error message about missing SSL  
> implementation when I try to access web-page via HTTPS).
> Or if it doesn't work, is there a way to add missing Mac  
> implementation?
> --
> Alex

I don't recall the exact unit location, but IIRC all I did to make it  
work was to ifdef the lib name extension from '.so' to .dylib' ...
Hope this helps.
Dave H.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to