On Sun, 3 Aug 2003, Herbert Xu wrote: > Geert Uytterhoeven <geert@linux-m68k.org> wrote: > > Looks like CONFIG_INET_IPCOMP=y needs CONFIG_CRYPTO_HMAC=y > > Does it help if you remove the inclusion of net/esp.h from ipcomp.c? Yes it does. --- linux-2.6.0-test2/net/ipv4/ipcomp.c Tue Jul 29 18:19:24 2003 +++ linux-m68k-2.6.0-test2/net/ipv4/ipcomp.c Sun Aug 3 13:15:11 2003 @@ -21,7 +21,6 @@ #include <net/ip.h> #include <net/xfrm.h> #include <net/icmp.h> -#include <net/esp.h> #include <net/ipcomp.h> static int ipcomp_decompress(struct xfrm_state *x, struct sk_buff *skb) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html