summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cryptodev.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-10-16 14:31:34 +0000
committermarkm <markm@FreeBSD.org>2002-10-16 14:31:34 +0000
commit658a7ab8f2d91da8b2da85980436fd500accaf92 (patch)
tree15423431124b67e918f64aee072db86a94386607 /sys/opencrypto/cryptodev.c
parent98e716a4fe3c11b8fa3a358acb490ca6d58d7ff6 (diff)
downloadFreeBSD-src-658a7ab8f2d91da8b2da85980436fd500accaf92.zip
FreeBSD-src-658a7ab8f2d91da8b2da85980436fd500accaf92.tar.gz
Module-ize the 'core' crypto stuff. This may still need to be compiled
into the kernel by default (if required), but other modules can now depend() on this. Fix inter-module dependancy. Earlier version OK'ed by: sam
Diffstat (limited to 'sys/opencrypto/cryptodev.c')
-rw-r--r--sys/opencrypto/cryptodev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
index 6612cef..4967d16 100644
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -794,3 +794,4 @@ static moduledata_t cryptodev_mod = {
};
MODULE_VERSION(cryptodev, 1);
DECLARE_MODULE(cryptodev, cryptodev_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
+MODULE_DEPEND(cryptodev, crypto, 1, 1, 1);
OpenPOWER on IntegriCloud