Date: Wed, 3 Jun 2020 23:21:44 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r361779 - head/sys/modules/crypto Message-ID: <202006032321.053NLiIm075563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006032321.053NLiIm075563>