summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-03-21 14:39:39 +0000
committersam <sam@FreeBSD.org>2007-03-21 14:39:39 +0000
commitc1dbcc361480cbe72d41e4f8bddb8a7e4fa0f54f (patch)
tree5ced32187754eb9a7c566d99c6f01c926551c15a /sys/modules/crypto
parentfaa65f7689d53ced70608507e390d3244168c566 (diff)
downloadFreeBSD-src-c1dbcc361480cbe72d41e4f8bddb8a7e4fa0f54f.zip
FreeBSD-src-c1dbcc361480cbe72d41e4f8bddb8a7e4fa0f54f.tar.gz
catchup w/ crypto changes
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 6d06004..b6d6e07 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -8,12 +8,13 @@
.PATH: ${.CURDIR}/../../crypto/sha2
KMOD = crypto
-SRCS = crypto.c
+SRCS = crypto.c cryptodev_if.c
SRCS += criov.c cryptosoft.c xform.c
SRCS += cast.c deflate.c rmd160.c rijndael-alg-fst.c rijndael-api.c
SRCS += skipjack.c bf_enc.c bf_skey.c
SRCS += des_ecb.c des_enc.c des_setkey.c
SRCS += sha1.c sha2.c
-SRCS += opt_param.h
+SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
+SRCS += opt_ddb.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud