Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 02:51:26 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2fc640d5bc0a - main - poly1305: Chase xform_poly1305.h removal
Message-ID:  <202103070251.1272pQb8082674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkim:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103070251.1272pQb8082674>