Re: libcrypto linking problem in Leopard
Re: libcrypto linking problem in Leopard
- Subject: Re: libcrypto linking problem in Leopard
- From: Kyle Sluder <email@hidden>
- Date: Thu, 02 Jan 2014 23:50:23 -0800
On Thu, Jan 2, 2014, at 11:15 PM, Appa Rao Mulpuri wrote:
> Hi List,
>
> I am using Mac OS X 10.8 SDK for the development and deployment target
> set to Mac OS 10.5. I am using libcrypto dylib in my code base,
Do not link directly against libcrypto (nor libssl). Its API is not
stable between point releases, and new versions of OS X need to adopt
new versions of libcrypto to incorporate security fixes.
The stable library for performing cryptography is Security.framework.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden