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.
Details
Details
- Reviewers
jhb khorben ngie - Commits
- rG407c4d1eeb80: openssl: Disable KTLS in bootstrap libraries
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This seems to do the trick for me too, testing on macOS/amd64; it does not seem to harm FreeBSD/amd64.