Date: Mon, 27 Feb 2006 16:56:22 +0000 (UTC) From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/crypto Makefile src/sys/modules/if_ppp Makefile src/sys/net ppp_deflate.c src/sys/opencrypto cryptodev.c Message-ID: <200602271656.k1RGuM8u028551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wkoszek 2006-02-27 16:56:22 UTC FreeBSD src repository Modified files: sys/modules/crypto Makefile sys/modules/if_ppp Makefile sys/net ppp_deflate.c sys/opencrypto cryptodev.c Log: 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) Revision Changes Path 1.4 +0 -2 src/sys/modules/crypto/Makefile 1.35 +1 -1 src/sys/modules/if_ppp/Makefile 1.22 +2 -0 src/sys/net/ppp_deflate.c 1.28 +1 -0 src/sys/opencrypto/cryptodev.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602271656.k1RGuM8u028551>