Re: How to use functions of Kernel.framework? (especially Blowfish)
Re: How to use functions of Kernel.framework? (especially Blowfish)
- Subject: Re: How to use functions of Kernel.framework? (especially Blowfish)
- From: Manfred Lippert <email@hidden>
- Date: Sun, 03 Feb 2002 10:37:29 +0100
>
Hi, maybe try this header file instead. I've successfully used openssl
>
from a Cocoa app
>
>
/usr/local/include/openssl/blowfish.h
The header file is not the problem - it is the library that is missing. ;-)
And also the above path is not available on a standard Mac OS X
installation.
But I solved the problem by compiling the blowfish algorithm myself from
some source code.
Regards,
Mani