lkml.org 
[lkml]   [2003]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectHelp porting MPPE PPP patch
From
Date
Hi! I'm posting to humbly ask for help...

I was wondering if one of you kind souls might like to help me port the
attached patch over to the current 2.5?

So far all I know how to do is, in place of the current
drivers/net/Makefile and drivers/net/Config.in patches are the
following:

->drivers/net/Kconfig:
config PPP_MPPE
tristate "PPP MPPE compression (encryption)"

->drivers/net/Makefile:
obj-$(CONFIG_PPP_MPPE) = ppp_mppe_compress.o sha1.o arcfour.o

But I end up with the following when I try to build the module. Those
symbols are in sha1.c and arcfour.c.

*** Warning: Can't handle class_mask in drivers/ieee1394/ohci1394:FFFFFF
*** Warning: "ppp_unregister_compressor"
[drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "ppp_register_compressor"
[drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "arcfour_encrypt" [drivers/net/ppp_mppe_compress.ko]
undefined!
*** Warning: "arcfour_setkey" [drivers/net/ppp_mppe_compress.ko]
undefined!
*** Warning: "SHA1_Final" [drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "SHA1_Update" [drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "SHA1_Init" [drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "page_states__per_cpu" [fs/nfs/nfs.ko] has no CRC!

Any help would be endlessly appreciated.

[unhandled content-type:application/x-gzip][unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.017 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site