Date: Fri, 5 Mar 2021 21:27:35 +0100 From: Stefan Esser <se@freebsd.org> To: Kyle Evans <kevans@freebsd.org>, John Baldwin <jhb@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c. Message-ID: <3e76fccd-efeb-1479-7418-7e69bed98915@freebsd.org> In-Reply-To: <CACNAnaE9xBWJdxuUnUmz8=Qe7GaekJL0Gm=Hwcnoma3F=97d9w@mail.gmail.com> References: <202103051755.125HtZsc073704@gitrepo.freebsd.org> <CACNAnaE9xBWJdxuUnUmz8=Qe7GaekJL0Gm=Hwcnoma3F=97d9w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BzEcQZ2nusRpdURvGKXTcE63zI1f9CPzu Content-Type: multipart/mixed; boundary="j85mRpT9Yj12HfXzWxaH0rMreDxXIgaOS"; protected-headers="v1" From: Stefan Esser <se@freebsd.org> To: Kyle Evans <kevans@freebsd.org>, John Baldwin <jhb@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Message-ID: <3e76fccd-efeb-1479-7418-7e69bed98915@freebsd.org> Subject: Re: git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c. References: <202103051755.125HtZsc073704@gitrepo.freebsd.org> <CACNAnaE9xBWJdxuUnUmz8=Qe7GaekJL0Gm=Hwcnoma3F=97d9w@mail.gmail.com> In-Reply-To: <CACNAnaE9xBWJdxuUnUmz8=Qe7GaekJL0Gm=Hwcnoma3F=97d9w@mail.gmail.com> --j85mRpT9Yj12HfXzWxaH0rMreDxXIgaOS Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: quoted-printable Am 05.03.21 um 21:05 schrieb Kyle Evans: > On Fri, Mar 5, 2021 at 11:55 AM John Baldwin <jhb@freebsd.org> wrote: >> >> The branch main has been updated by jhb: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=3Dbb6e84c988d3f54eff602ed= 544ceaa9b9fe3e9ff >> >> commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff >> Author: John Baldwin <jhb@FreeBSD.org> >> AuthorDate: 2021-03-05 17:47:58 +0000 >> Commit: John Baldwin <jhb@FreeBSD.org> >> CommitDate: 2021-03-05 17:55:11 +0000 >> >> poly1305: Don't export generic Poly1305_* symbols from xform_poly= 1305.c. >> >> There currently isn't a need to provide a public interface to a >> software Poly1305 implementation beyond what is already available= via >> libsodium's APIs and these symbols conflict with symbols shared w= ithin >> the ossl.ko module between ossl_poly1305.c and ossl_chacha20.c. >> >> Reported by: se, kp >> Fixes: 78991a93eb9d >> Sponsored by: Netflix >> --- >> sys/opencrypto/xform_poly1305.c | 43 ++++++++++++-------------------= ---------- >> sys/opencrypto/xform_poly1305.h | 16 --------------- >> 2 files changed, 12 insertions(+), 47 deletions(-) >=20 > xform_poly1305.h also needs to stop being grouped in > ^/include/Makefile (reported by jenkins via np) AFAICT, sys/opencrypto/xform_poly1305.h needs to be restored ... It is needed during buildworld (and present in stable/13). --j85mRpT9Yj12HfXzWxaH0rMreDxXIgaOS-- --BzEcQZ2nusRpdURvGKXTcE63zI1f9CPzu Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEEo3HqZZwL7MgrcVMTR+u171r99UQFAmBClDcFAwAAAAAACgkQR+u171r99UTc twgAy0d3y7gmaUC8ZWEpJtgBKNbCA8PYAHFOSrTe6KHMewnoZd+kqCgyTptRSsywRNrPd4Xy1f7H Tm4to/+uPWQwo5v6yjn3xCGDQbpN2eK92If8mKhARd5G1ygFTLuzZ/PONch7kZw09+/pY5iACovc dhXliI8MlRppsTr7YE/YaGQeNIWgMgJyMPoaCrRO/ixj0nYK2eJXCZtG5Y2TwnBr+o+E+Nd6kK3X GhwrnCx5fcmi8JqCWiSlenht3V/cibHsbA49Hpc0LVpZp80DPW4S1Z0/rl/X+wEZWTG217hWAe+m yaocY1dLiWy6jicgAa4LNKThDFIbDYg2fhJ42ALk7Q== =Yto1 -----END PGP SIGNATURE----- --BzEcQZ2nusRpdURvGKXTcE63zI1f9CPzu--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3e76fccd-efeb-1479-7418-7e69bed98915>