crypto.ko depends on zlib.

Submitted by:	Ben Kelly <bkelly at vadev.org>
Approved by:	rwatson
Point hat to:	me
MFC after:	1 day
This commit is contained in:
Wojciech A. Koszek 2006-03-04 15:50:46 +00:00
parent ef608a6008
commit 0a0eb0e8db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156281

View File

@ -252,6 +252,7 @@ static moduledata_t crypto_mod = {
};
MODULE_VERSION(crypto, 1);
DECLARE_MODULE(crypto, crypto_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
MODULE_DEPEND(crypto, zlib, 1, 1, 1);
/*
* Create a new session.