git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.

Cy Schubert Cy.Schubert at cschubert.com
Fri Mar 5 20:46:51 UTC 2021


In message <CACNAnaE9xBWJdxuUnUmz8=Qe7GaekJL0Gm=Hwcnoma3F=97d9w at mail.gmail.c
om>
, Kyle Evans writes:
> On Fri, Mar 5, 2021 at 11:55 AM John Baldwin <jhb at freebsd.org> wrote:
> >
> > The branch main has been updated by jhb:
> >
> > URL: https://cgit.FreeBSD.org/src/commit/?id=bb6e84c988d3f54eff602ed544ceaa
> 9b9fe3e9ff
> >
> > commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff
> > Author:     John Baldwin <jhb at FreeBSD.org>
> > AuthorDate: 2021-03-05 17:47:58 +0000
> > Commit:     John Baldwin <jhb at FreeBSD.org>
> > CommitDate: 2021-03-05 17:55:11 +0000
> >
> >     poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.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 within
> >     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(-)
>
> xform_poly1305.h also needs to stop being grouped in
> ^/include/Makefile (reported by jenkins via np)
>

This resolves the build failure.


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  https://FreeBSD.org
NTP:           <cy at nwtime.org>    Web:  https://nwtime.org

	The need of the many outweighs the greed of the few.




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