Christian wrote: > the more i read about it, the more i get interested in aes-loop & the > ciphers from loop-aes.sourceforge.net. but compiling the ciphers fails > with lots of errors, as you can see here: > > http://nerdbynature.de/bits/sheep/ciphers/make.log > > here's an excerpt: > --------- > loop_twofish.c:869: error: `KERN_WARNING' undeclared (first use in this > function) > loop_twofish.c:869: error: parse error before string constant > loop_twofish.c:872: error: `KERN_INFO' undeclared (first use in this > function) > loop_twofish.c:872: error: parse error before string constant > loop_twofish.c: At top level: > /usr/include/linux/device.h:364: error: storage size of `dev' isn't known > loop_twofish.c:834: error: storage size of `fish2_funcs' isn't known > --------- > > i did "make clean modules LINUX_SOURCE=...", where LINUX_SOURCE points > to the kernel-source-dir of the 2.4.25-ben1 (benh) kernel. this is a ppc > machine, gcc-3.3.3, make 3.8, binutils 2.14.90.0.7. > > am i completely missing something? please tell me; any hints appreciated. Please try specifying LINUX_SOURCE= with absolute path, like this: make LINUX_SOURCE=/usr/src/linux-2.4.25-ben1 I am not sure if relative path works there at all. -- Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/