svn commit: r361779 - head/sys/modules/crypto
John Baldwin
jhb at FreeBSD.org
Wed Jun 3 23:21:45 UTC 2020
Author: jhb
Date: Wed Jun 3 23:21:44 2020
New Revision: 361779
URL: https://svnweb.freebsd.org/changeset/base/361779
Log:
Add opt_compat.h needed by r359374.
Reported by: kevans
Modified:
head/sys/modules/crypto/Makefile
Modified: head/sys/modules/crypto/Makefile
==============================================================================
--- head/sys/modules/crypto/Makefile Wed Jun 3 22:30:44 2020 (r361778)
+++ head/sys/modules/crypto/Makefile Wed Jun 3 23:21:44 2020 (r361779)
@@ -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
More information about the svn-src-all
mailing list