From afbee98232f41fc05fa8a5b9a8cda4c4c65ff448 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 5 Mar 2021 21:28:10 +0000 Subject: [PATCH] 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