The branch main has been updated by scottl:

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

commit afbee98232f41fc05fa8a5b9a8cda4c4c65ff448
Author:     Scott Long <sco...@freebsd.org>
AuthorDate: 2021-03-05 21:28:10 +0000
Commit:     Scott Long <sco...@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
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to