aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-06-03 23:21:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-06-03 23:21:44 +0000
commit8c27b7a98bcf4d1a0c9a77c53d46b82893e919c5 (patch)
tree82e36b5834d3fce115a896da4a71526e1425ffb1 /sys/modules/crypto
parente649b526cc1fc082c2eee4f06d6f9166060dbf5c (diff)
Notes
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 54a0392af7ee..952501ffce06 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -65,6 +65,7 @@ SRCS += utils.c
CFLAGS.utils.c += -I${LIBSODIUM_INC} -I${LIBSODIUM_COMPAT}
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
+SRCS += opt_compat.h
SRCS += opt_ddb.h
SRCS += cbc_mac.c
SRCS += xform_cbc_mac.c