mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
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:
parent
ef608a6008
commit
0a0eb0e8db
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156281
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user