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)
Fri, Sep 11, 12:50 PM
Unknown Object (File)
Tue, Sep 8, 12:10 AM
Unknown Object (File)
Sun, Sep 6, 11:43 PM
Unknown Object (File)
Sun, Sep 6, 5:26 PM
Unknown Object (File)
Sun, Sep 6, 10:57 AM
Unknown Object (File)
Sun, Sep 6, 3:43 AM
Unknown Object (File)
Fri, Sep 4, 2:55 PM
Unknown Object (File)
Fri, Sep 4, 9:18 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 56113
Build 53001: arc lint + arc unit

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.