git: afbee98232f4 - main - Remove xform_poly1305.h from the build, it is not necessary.
Scott Long
scottl at FreeBSD.org
Fri Mar 5 22:02:12 UTC 2021
The branch main has been updated by scottl:
URL: https://cgit.FreeBSD.org/src/commit/?id=afbee98232f41fc05fa8a5b9a8cda4c4c65ff448
commit afbee98232f41fc05fa8a5b9a8cda4c4c65ff448
Author: Scott Long <scottl at FreeBSD.org>
AuthorDate: 2021-03-05 21:28:10 +0000
Commit: Scott Long <scottl at 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
More information about the dev-commits-src-main
mailing list