Re: Question about MD5
Re: Question about MD5
- Subject: Re: Question about MD5
- From: Chris Ridd <email@hidden>
- Date: Tue, 11 Jul 2006 07:20:01 +0100
- Thread-topic: Question about MD5
On 11/7/06 1:41, James W. Walker <email@hidden> wrote:
> Chas Spillar <email@hidden> wrote:
>
>> So, I am including the openssl/md5.h header:
>>
>> #include "openssl/md5.h"
>>
>> And, I am linking with /usr/lib/libcrypto.0.9.7.dylib
>>
>> However, this will build on Intel but the PPC version isn't finding the
>> routines I am using MD5Init, MD5Update, MD5Finalize...
>
>
> An alternative would be to just include the MD5 source in your
> project, and never mind about frameworks. If you have a copy of
> CodeWarrior sitting around, you can find MD5 source in the PowerPlant
> internet classes. And if you don't have CW, you can get it from the
> open-powerplant project at SourceForge.
An alternative alternative would be to link against Security.framework, and
use the CDSA functions therein.
Once you've gone through the hassle of initializing CDSA, getting an MD5
hash is a simple call.
Cheers,
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden