Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2021 22:02:12 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: afbee98232f4 - main - Remove xform_poly1305.h from the build, it is not necessary.
Message-ID:  <202103052202.125M2CKd002981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by scottl:

URL: https://cgit.FreeBSD.org/src/commit/?id=afbee98232f41fc05fa8a5b9a8cda4c4c65ff448

commit afbee98232f41fc05fa8a5b9a8cda4c4c65ff448
Author:     Scott Long <scottl@FreeBSD.org>
AuthorDate: 2021-03-05 21:28:10 +0000
Commit:     Scott Long <scottl@FreeBSD.org>
CommitDate: 2021-03-05 21:28:10 +0000

    Remove xform_poly1305.h from the build, it is not necessary.
---
 include/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/Makefile b/include/Makefile
index b6eb63e5ef15..3a34ddb8aa18 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -115,8 +115,7 @@ OPENCRYPTO=	_cryptodev.h \
 		xform.h \
 		xform_auth.h \
 		xform_comp.h \
-		xform_enc.h \
-		xform_poly1305.h
+		xform_enc.h
 OPENCRYPTODIR=	${INCLUDEDIR}/crypto
 
 .PATH: ${SRCTOP}/sys/dev/pci



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103052202.125M2CKd002981>