diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-01-26 22:33:08 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-01-28 18:24:24 +0000 |
| commit | ae257282ae5b08db94ae46271d0fc3c24f0a0a4b (patch) | |
| tree | 06580c8adf91cb7e5592535f0e1cf8e1b27b33e4 /share | |
| parent | bb8acd558e66bd4bae31602fcbe569863f47382c (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/src.conf.5 | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
