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 (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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to