Page MenuHomeFreeBSD

bearssl: Make shared library link
ClosedPublic

Authored by imp on Feb 20 2024, 12:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 1:50 PM
Unknown Object (File)
Thu, May 9, 1:38 PM
Unknown Object (File)
Thu, May 9, 1:29 PM
Unknown Object (File)
Thu, May 9, 12:42 AM
Unknown Object (File)
Mon, May 6, 2:17 AM
Unknown Object (File)
Apr 26 2024, 11:19 PM
Unknown Object (File)
Apr 20 2024, 8:55 PM
Unknown Object (File)
Apr 20 2024, 8:55 PM
Subscribers
None

Details

Summary

Creating a lua shared library module linking against libbearssl.so won't
load w/o these functions.

Sponsored by: Netflix

Test Plan

with this, I can load.
This is using MK_BEARSSL=yes, but MK_BEARSSL_SSL undefined (or no)....
without it, there's complaints about missing symbols.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Feb 20 2024, 12:04 AM
imp created this revision.
imp added a reviewer: sjg.
This revision is now accepted and ready to land.Feb 21 2024, 3:32 AM
This revision was automatically updated to reflect the committed changes.