Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 13:17:32 -0700
From:      Sam Leffler <sam@errno.com>
To:        freebsd-current@freebsd.org, masta@wifibsd.org
Cc:        Paul Beers <freebsd@langedaik.nl>
Subject:   Re: TCP MD5SUM broken / still not working ?
Message-ID:  <200404221317.32121.sam@errno.com>
In-Reply-To: <4087CCD4.7000402@linuxpowered.com>
References:  <opr6vejvlzjl9302@mail.eweka.nl> <4087CCD4.7000402@linuxpowered.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 22 April 2004 06:47 am, masta wrote:
> Howdy,
>
> FAST_IPSEC and devcrypto are mutually exclusive. Remove one or the other.

options FAST_IPSEC

requires

device	crypto

(Fast IPsec has no crypto support builtin; it depends on the crypto 
subsystem).  The /dev/crypto support (which may be what you're referring to) 
is separate functionality and is unrelated to FAST_IPSEC.

	Sam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404221317.32121.sam>