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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"