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
..
2006-02-26 17:54:04 +00:00
2006-02-10 19:01:02 +00:00
2006-02-27 07:22:32 +00:00
2006-02-26 17:52:51 +00:00
2006-02-11 23:55:08 +00:00
2006-02-24 02:24:10 +00:00
2006-01-30 16:32:08 +00:00