-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 [Added -hackers@ back to Cc list]
On 11/22/11 13:13, aram baghomian wrote: > I add myhash.c address in '/sys/conf/files' and my make process > done completely whitout any error. I don't know is there any place > that i should add my hash program address.(i searched all the > "/sys/conf" files for same algorithms such as rmd160 and SHA256) If you are compiling a kernel module, it would be /sys/modules/*/Makefile (for your exact case would be /sys/modules/crypto/Makefile I think). >> Date: Tue, 22 Nov 2011 12:58:02 -0800 From: [email protected] >> To: [email protected] CC: [email protected] 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 specific -- check if you have everything included in > your Makefile, my guess is there is some .c missing. > > >>> Date: Tue, 22 Nov 2011 12:36:44 -0800 From: >>> [email protected] To: [email protected] CC: >>> [email protected] Subject: Re: crypto.ko module >>> problem > >> 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 and give this error. > >>> link_elf: symbol MYHASHUpdate undefined > >>> MYHASHUpdate is one of my hash functions that i add to the >>> source. > >>> what should i do that i forget? > >> Looks like it's expecting something that is not linked into your >> module? > >> Cheers, > - -- Xin LI <[email protected]> https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBCAAGBQJOzBLRAAoJEATO+BI/yjfBgxQH/A36S+IZt/V0D/LcDZWcBubC CoHSoVCBkMcyFIa4SF7MJvuLT1zCec+lsPr9/E7GGVqLqFy/XyaMC0TpHi4J+hg2 xOvwvEkSPWmwe9SoEpo91BpL+hK5P/uTQ+MBoMBV4kz+eI7VbLZpRFjlEOh2ZhGK kWuRRsHZWXSiPDsZW4Pbcmt6HxhvvCjGHN/RPrQ4lmcU52SBgvvexXiJeTXdcZ4F 9hO3oPLBXat4aypX9BeGvqi6vydOiqXdIsFKBd3LG3V4l+QIjb9Rs2epciYNXgQi u6cspLayVcnyNxEoA9j09Mi/iuGxy7qcGc/YsnEo0K0tzi25ZW2w/TJX+2Nmg7Y= =vzBy -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

