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: Charles Srstka <email@hidden>
- Date: Sun, 3 Feb 2002 02:26:46 -0600
This is a load of baloney. All you need to do is put an
#import <crypto/blowfish.h>
in your code and add the library /usr/lib/libcrypto.dylib to the
project. It will work just fine.
On Saturday, February 2, 2002, at 01:37 PM, Andrew Pinski wrote:
On Saturday, February 2, 2002, at 02:27 , Manfred Lippert wrote:
Does that mean I cannot call the blowfish functions? :-(
YES unless you are writing a kernel level driver.
Mani
_______________________________________________
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.