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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com