From: Bernard Spil Date: Thu, 16 Oct 2025 13:08:22 +0000 (+0000) Subject: Add --with-tls-impl to options2configure.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fecc55672e957d74ab783e470bd9e597d96b149;p=thirdparty%2Fkrb5.git Add --with-tls-impl to options2configure.rst Document the --with-tls-impl configure option added in commit 788e70c7c77b0c1f4a79e3f1b6c96a0cf99e0327. [ghudson@mit.edu: revised documentation text and commit message] --- diff --git a/doc/build/options2configure.rst b/doc/build/options2configure.rst index 98e02ba3e9..10ade27f92 100644 --- a/doc/build/options2configure.rst +++ b/doc/build/options2configure.rst @@ -343,6 +343,12 @@ Optional packages implemented crypto backend is ``openssl``. (See :ref:`mitK5features`) +**-**\ **-with-tls-impl=**\ *IMPL* + Use specified TLS implementation (e.g., **-**\ + **-with-tls-impl=**\ *openssl*) or ``no`` to build without TLS + support. The default is ``auto``, which uses OpenSSL if available + and builds without TLS support otherwise. + **-**\ **-without-libedit** Do not compile and link against libedit. Some utilities will no longer offer command history or completion in interactive mode if