Re: libcrypto on Snow Leopard
Re: libcrypto on Snow Leopard
- Subject: Re: libcrypto on Snow Leopard
- From: Charles Srstka <email@hidden>
- Date: Sat, 29 Aug 2009 12:21:31 -0500
On Aug 28, 2009, at 7:07 PM, Steven Degutis wrote:
The solution to this is pretty simple, don't link to libcrypto.
Instead, just #import <CommonCrypto/CommonDigest.h> in your file and
use the
CC_ prefixed functions in your app, such as CC_MD5.
Another solution is to use CDSA, which Apple provides in the Security
framework, and which seems to work pretty well. Too bad it's so poorly
documented, though.
Charles
_______________________________________________
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