aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>2019-02-15 03:46:39 +0000
committerSean Eric Fagan <sef@FreeBSD.org>2019-02-15 03:46:39 +0000
commita99bc4c3eb8c281a3a0616a037481a5666732745 (patch)
tree3d59ae84441c7b1af203d40a9fda91c698ff5915 /sys/modules/crypto
parent23e5e43ccd0fc9211757a56cd9d1b7386cfd1415 (diff)
Notes
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 0e66e4c3827a..09c5d710e985 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -68,5 +68,7 @@ CFLAGS.utils.c += -I${LIBSODIUM_INC} -I${LIBSODIUM_COMPAT}
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
SRCS += opt_ddb.h
+SRCS += cbc_mac.c
+SRCS += xform_cbc_mac.c
.include <bsd.kmod.mk>