md5 for Cocoa / Linker problems
md5 for Cocoa / Linker problems
- Subject: md5 for Cocoa / Linker problems
- From: Michael Becker <email@hidden>
- Date: Fri, 2 Jul 2004 03:08:40 +0200
Hi!
Basically I am simply wanting to retrieve a string's md5-value. I have
searched the list for md5 and found that people keep suggesting the
openssl/md5.h library. However, when I include (or rather import) it in
my file and set the projects linker option to -lcrypto (I do this in
the project's info dialog, "General" -> "Linking" -> "Other Linker
flags"), I get about 1,400 warnings, mainly about double defines etc.
Therefore my questions:
a) What am I doing wrong?
b) Is there any wrapper / easy-to-use class out there to compute md5
values of an NSString (resp. NSData) object?
Kind regards,
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.