git: 2fc640d5bc0a - main - poly1305: Chase xform_poly1305.h removal

Jung-uk Kim jkim at FreeBSD.org
Sun Mar 7 02:51:26 UTC 2021


The branch main has been updated by jkim:

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

commit 2fc640d5bc0a17024dc1eb996ab00af42a5c6dbd
Author:     Jung-uk Kim <jkim at FreeBSD.org>
AuthorDate: 2021-03-07 02:47:03 +0000
Commit:     Jung-uk Kim <jkim at 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


More information about the dev-commits-src-all mailing list