On Jan 2, 2014, at 11:15 PM, Appa Rao Mulpuri <appar...@ivycomptech.com> wrote:
> 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, application is > working fine in all the OS, except in Leopard. Application is failing to > launch in Leopard and giving the Library not loaded error. As Kyle says, you shouldn’t use those APIs. What functionality is it you need? You should look at using CommonCrypto and the Security framework instead. CommonCrypto handles most basic needs, and it’s in the system framework so you don’t need to link against anything extra. —Jens _______________________________________________ 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