Page MenuHomeFreeBSD

openssl: Disable KTLS in bootstrap libraries
ClosedPublic

Authored by markj on Sep 2 2025, 3:40 PM.
Tags
None
Referenced Files
F145938688: D52341.diff
Thu, Feb 26, 8:43 AM
F145938660: D52341.diff
Thu, Feb 26, 8:43 AM
Unknown Object (File)
Tue, Feb 17, 10:13 AM
Unknown Object (File)
Mon, Feb 16, 11:13 AM
Unknown Object (File)
Mon, Feb 16, 11:13 AM
Unknown Object (File)
Sun, Feb 8, 12:15 PM
Unknown Object (File)
Sat, Jan 31, 8:34 AM
Unknown Object (File)
Sat, Jan 31, 5:28 AM
Subscribers

Details

Summary

We need to build OpenSSL when bootstrapping certctl. On MacOS
ktls_enable() isn't defined anywhere, so without this the build fails.
We don't need KTLS in the bootstrap library, so just disable it.

Diff Detail

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

Event Timeline

markj requested review of this revision.Sep 2 2025, 3:40 PM

This seems to do the trick for me too, testing on macOS/amd64; it does not seem to harm FreeBSD/amd64.

This revision is now accepted and ready to land.Sep 2 2025, 11:17 PM
This revision was automatically updated to reflect the committed changes.