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)
Wed, Dec 18, 6:34 AM
Unknown Object (File)
Nov 25 2024, 1:23 AM
Unknown Object (File)
Nov 18 2024, 5:17 AM
Unknown Object (File)
Nov 16 2024, 6:41 PM
Unknown Object (File)
Nov 16 2024, 5:49 PM
Unknown Object (File)
Oct 19 2024, 9:05 PM
Unknown Object (File)
Oct 18 2024, 1:23 PM
Unknown Object (File)
Sep 16 2024, 12:04 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.