2003-05-06 02:24:38

by Peter Chubb

[permalink] [raw]
Subject: Can't compile ipv[46] with ipsec (2.5.69)



I think that the config files are a bit confused. Surely
CONFIG_INET_AH should depend on CONFIG_CRYPTO_HMAC ???

CC net/ipv4/ah.o
In file included from net/ipv4/ah.c:5:
include/net/ah.h: In function `ah_hmac_digest':
include/net/ah.h:26: warning: implicit declaration of function
`crypto_hmac_init'
include/net/ah.h:27: `crypto_hmac_update' undeclared (first use in
this function)
include/net/ah.h:27: (Each undeclared identifier is reported only once
include/net/ah.h:27: for each function it appears in.)
include/net/ah.h:28: warning: implicit declaration of function
`crypto_hmac_final'



2003-05-06 03:09:13

by David Miller

[permalink] [raw]
Subject: Re: Can't compile ipv[46] with ipsec (2.5.69)

On Mon, 2003-05-05 at 19:37, Peter Chubb wrote:
> I think that the config files are a bit confused. Surely
> CONFIG_INET_AH should depend on CONFIG_CRYPTO_HMAC ???

Other way around, check crypto/Kconfig. You have to do
something explicitly to override it.

--
David S. Miller <[email protected]>