Revert "Disable MK_OPENSSL_KTLS for stable/13."

No further issues with the KTLS support in OpenSSL have been seen
since the serf/apache bugs which motivated disabling KTLS.  In
addition, the KTLS API in OpenSSL is now finalized since it has been
released in OpenSSL 3.0.

This reverts commit 3cf25a7802.

Approved by:	jkim (maintainer), emaste
Sponsored by:	Netflix
This commit is contained in:
John Baldwin 2021-10-08 11:28:23 -07:00
parent 73e1e1614f
commit 0e4489e417

View File

@ -210,7 +210,6 @@ __DEFAULT_NO_OPTIONS = \
LOADER_VERIEXEC_PASS_MANIFEST \
OFED_EXTRA \
OPENLDAP \
OPENSSL_KTLS \
RPCBIND_WARMSTART_SUPPORT \
SORT_THREADS \
SVN \
@ -330,6 +329,13 @@ BROKEN_OPTIONS+=LOADER_UBOOT
BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA
.endif
# Kernel TLS is enabled by default on amd64
.if ${__T} == "amd64"
__DEFAULT_YES_OPTIONS+=OPENSSL_KTLS
.else
__DEFAULT_NO_OPTIONS+=OPENSSL_KTLS
.endif
.if ${__T:Mmips64*}
# profiling won't work on MIPS64 because there is only assembly for o32
BROKEN_OPTIONS+=PROFILE