From 2fc640d5bc0a17024dc1eb996ab00af42a5c6dbd Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Sat, 6 Mar 2021 21:47:03 -0500 Subject: [PATCH] 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 59412729ad7..8dd33475fe4 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