due to the changes in the kernel-module-license-checking whatever, i think you need to do something like the following (line breaks might screw up the patch): (11:09:46)[beldridg@xxxx cryptoapi-2.4.7.0]$ diff api/Makefile.orig api/Makefile 200c200 < $(KCC) -I$(top_srcdir)/include -D__KERNEL__ -DMODULE $(KCPPFLAGS) $(KCFLAGS) -o $@ -c $< --- > $(KCC) -I$(top_srcdir)/include -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB $(KCPPFLAGS) $(KCFLAGS) -o $@ -c $< - brett Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/