Searched hist:"407 c4d1eeb80caadcf24e60b827ea6686d3adf3a" (Results 1 – 2 of 2) sorted by relevance
/freebsd/secure/lib/libssl/ |
H A D | Makefile | diff 407c4d1eeb80caadcf24e60b827ea6686d3adf3a Thu Sep 04 15:28:39 CEST 2025 Mark Johnston <markj@FreeBSD.org> openssl: Disable KTLS in bootstrap libraries
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.
Reviewed by: khorben, ngie Differential Revision: https://reviews.freebsd.org/D52341
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | diff 407c4d1eeb80caadcf24e60b827ea6686d3adf3a Thu Sep 04 15:28:39 CEST 2025 Mark Johnston <markj@FreeBSD.org> openssl: Disable KTLS in bootstrap libraries
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.
Reviewed by: khorben, ngie Differential Revision: https://reviews.freebsd.org/D52341
|