diff options
| author | Sean Eric Fagan <sef@FreeBSD.org> | 2019-02-15 03:46:39 +0000 |
|---|---|---|
| committer | Sean Eric Fagan <sef@FreeBSD.org> | 2019-02-15 03:46:39 +0000 |
| commit | a99bc4c3eb8c281a3a0616a037481a5666732745 (patch) | |
| tree | 3d59ae84441c7b1af203d40a9fda91c698ff5915 /sys/modules/crypto | |
| parent | 23e5e43ccd0fc9211757a56cd9d1b7386cfd1415 (diff) | |
Notes
Diffstat (limited to 'sys/modules/crypto')
| -rw-r--r-- | sys/modules/crypto/Makefile | 2 |
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> |
