change load order so module is present before crypto drivers

Submitted by:	Doug Ambrisko" <ambrisko@verniernetworks.com>
This commit is contained in:
Sam Leffler 2002-11-08 23:07:03 +00:00
parent 69e58e12c3
commit 5a7294d14e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106676

View File

@ -150,7 +150,7 @@ static moduledata_t crypto_mod = {
0
};
MODULE_VERSION(crypto, 1);
DECLARE_MODULE(crypto, crypto_mod, SI_SUB_PSEUDO, SI_ORDER_SECOND);
DECLARE_MODULE(crypto, crypto_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
/*
* Create a new session.