The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/src/commit/?id=2fc640d5bc0a17024dc1eb996ab00af42a5c6dbd
commit 2fc640d5bc0a17024dc1eb996ab00af42a5c6dbd Author: Jung-uk Kim <j...@freebsd.org> AuthorDate: 2021-03-07 02:47:03 +0000 Commit: Jung-uk Kim <j...@freebsd.org> CommitDate: 2021-03-07 02:47:03 +0000 poly1305: Chase xform_poly1305.h removal It was missed in bb6e84c988d3 and afbee98232f4. --- ObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 59412729ad7e..8dd33475fe44 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20210305: removed Poly1305_* symbols +OLD_FILES+=usr/include/crypto/xform_poly1305.h + # 20210304: remove old bc and dc support and test files .if !defined(WITHOUT_GH_BC) OLD_FILES+=usr/share/misc/bc.library _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"