On Fri, Mar 5, 2021 at 11:55 AM John Baldwin <[email protected]> wrote: > > The branch main has been updated by jhb: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff > > commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff > Author: John Baldwin <[email protected]> > AuthorDate: 2021-03-05 17:47:58 +0000 > Commit: John Baldwin <[email protected]> > 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) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
