git: ae257282ae5b - main - Regenerate src.conf.5 for MK_OPENSSL_KTLS
John Baldwin
jhb at FreeBSD.org
Thu Jan 28 18:25:32 UTC 2021
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=ae257282ae5b08db94ae46271d0fc3c24f0a0a4b
commit ae257282ae5b08db94ae46271d0fc3c24f0a0a4b
Author: John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-01-26 22:33:08 +0000
Commit: John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-01-28 18:24:24 +0000
Regenerate src.conf.5 for MK_OPENSSL_KTLS
---
share/man/man5/src.conf.5 | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 7d9a1b683a62..ecfebff05623 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1302,6 +1302,16 @@ When set, these options are also in effect:
.Va WITH_GSSAPI
is set explicitly)
.El
+.It Va WITHOUT_OPENSSL_KTLS
+Set to not include kernel TLS support in OpenSSL.
+.Pp
+This is a default setting on
+arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
+.It Va WITH_OPENSSL_KTLS
+Set to include kernel TLS support in OpenSSL.
+.Pp
+This is a default setting on
+amd64/amd64.
.It Va WITHOUT_PAM
Set to not build PAM library and modules.
.Bf -symbolic
More information about the dev-commits-src-main
mailing list