diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-06-03 23:21:44 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-06-03 23:21:44 +0000 |
| commit | 8c27b7a98bcf4d1a0c9a77c53d46b82893e919c5 (patch) | |
| tree | 82e36b5834d3fce115a896da4a71526e1425ffb1 /sys/modules/crypto | |
| parent | e649b526cc1fc082c2eee4f06d6f9166060dbf5c (diff) | |
Notes
Diffstat (limited to 'sys/modules/crypto')
| -rw-r--r-- | sys/modules/crypto/Makefile | 1 |
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 |
