Re: libcrypto linking problem in Leopard
Re: libcrypto linking problem in Leopard
- Subject: Re: libcrypto linking problem in Leopard
- From: Jens Alfke <email@hidden>
- Date: Fri, 03 Jan 2014 00:27:51 -0800
On Jan 2, 2014, at 11:15 PM, Appa Rao Mulpuri <email@hidden> 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 (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