Re: crypto.ko module problem

2011-11-22 Thread Xin LI
ODULE_DEPEND(crypto, zlib, 1, 1, 1); (Note I think crypto.ko already do that though). > > > > From: aram_baghom...@hotmail.com > To: d...@delphij.net Subject: RE: crypto.ko module problem Date: Tue, > 22

Re: crypto.ko module problem

2011-11-22 Thread Xin LI
Tue, 22 Nov 2011 12:58:02 -0800 From: delp...@delphij.net >> To: aram_baghom...@hotmail.com CC: d...@delphij.net Subject: Re: >> crypto.ko module problem >> > On 11/22/11 12:49, aram baghomian wrote: >> I can understand what do you want to refer. > > Well be more speci

Re: crypto.ko module problem

2011-11-22 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/22/11 12:30, aram baghomian wrote: > > Hi > > If you can remember i wanted to add my custom hash algorithm to the > opencrypto project, after i added it and compile my kernel source( > by your advise),i load the crypto.ko module using kldload

crypto.ko module problem

2011-11-22 Thread aram baghomian
Hi If you can remember i wanted to add my custom hash algorithm to the opencrypto project, after i added it and compile my kernel source( by your advise),i load the crypto.ko module using kldload and give this error. link_elf: symbol MYHASHUpdate undefined MYHASHUpdate is one of my hash func