freebsd-dev/sys/modules/crypto
Wojciech A. Koszek 51b4ccb464 This patch fixes a problem, which exists if you have IPSEC in your kernel
and want to have crypto support loaded as KLD. By moving zlib to separate
module and adding MODULE_DEPEND directives, it is possible to use such
configuration without complication. Otherwise, since IPSEC is linked with
zlib (just like crypto.ko) you'll get following error:

	interface zlib.1 already present in the KLD 'kernel'!

Approved by:	cognet (mentor)
2006-02-27 16:56:22 +00:00
..
Makefile This patch fixes a problem, which exists if you have IPSEC in your kernel 2006-02-27 16:56:22 +00:00