git: a079e38b08f2 - main - ossl: Add Poly1305 digest support.

Kristof Provost kp at FreeBSD.org
Fri Mar 5 08:32:15 UTC 2021


On 4 Mar 2021, at 0:21, John Baldwin wrote:
> The branch main has been updated by jhb:
>
> URL: 
> https://cgit.FreeBSD.org/src/commit/?id=a079e38b08f2f07c50ba915dae66d099559abdcc
>
> commit a079e38b08f2f07c50ba915dae66d099559abdcc
> Author:     John Baldwin <jhb at FreeBSD.org>
> AuthorDate: 2021-03-03 23:17:29 +0000
> Commit:     John Baldwin <jhb at FreeBSD.org>
> CommitDate: 2021-03-03 23:20:57 +0000
>
>     ossl: Add Poly1305 digest support.
>
>     Reviewed by:    cem
>     Sponsored by:   Netflix
>     Differential Revision:  https://reviews.freebsd.org/D28754

It looks like this broke the LINT builds:

	linking kernel
	ld: error: duplicate symbol: Poly1305_Final
	>>> defined at ossl_poly1305.c
	>>>            ossl_poly1305.o:(Poly1305_Final)
	>>> defined at xform_poly1305.c
	>>>            xform_poly1305.o:(.text+0xA0)
	ld: error: duplicate symbol: Poly1305_Init
	>>> defined at ossl_poly1305.c
	>>>            ossl_poly1305.o:(Poly1305_Init)
	>>> defined at xform_poly1305.c
	>>>            xform_poly1305.o:(.text+0x0)
	ld: error: duplicate symbol: Poly1305_Update
	>>> defined at ossl_poly1305.c
	>>>            ossl_poly1305.o:(Poly1305_Update)
	>>> defined at xform_poly1305.c
	>>>            xform_poly1305.o:(.text+0x60)
	ld: warning: common OPENSSL_ia32cap_P is overridden
	ld: warning: common OPENSSL_ia32cap_P is overridden
	ld: warning: common OPENSSL_ia32cap_P is overridden
	ld: warning: common OPENSSL_ia32cap_P is overridden
	ld: warning: common OPENSSL_ia32cap_P is overridden
	*** [kernel] Error code 1

(See also 
https://ci.freebsd.org/job/FreeBSD-main-aarch64-LINT/6074/console )

Best regards
Kristof


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