Re: Xcode: Mac OS X 10.3 and MD5 library
Re: Xcode: Mac OS X 10.3 and MD5 library
- Subject: Re: Xcode: Mac OS X 10.3 and MD5 library
- From: Alexey Proskuryakov <email@hidden>
- Date: Fri, 02 Jul 2004 16:29:05 +0400
On 02.07.2004 15:34, "email@hidden"
<email@hidden> wrote:
> I use the following MD5 functions from <sys/md5.h> :
>
> MD5Init, MD5Final, MD5Update
These are private, you shouldn't use headers from "sys/".
> I can compile but the linker doesn't find implementation of these functions.
> Which library/Framework contains these functions?
MD5_Init et al (note the underscore) are from openssl, the header is
<openssl/md5.h>.
> PS: Why Apple doesn't give man pages for all functions? There is no man page
> for the MD5 functions!
man MD5_Init
- WBR, Alexey Proskuryakov
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.