From 36d4b3dd4f0bd6768c875f38b84afd4842760a2a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 5 Dec 2021 18:58:56 +0100 Subject: Minor documentation tweaks around wolfSSL/LibreSSL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7cacff99..ec568a2b 100644 --- a/configure.ac +++ b/configure.ac @@ -724,7 +724,7 @@ AM_CONDITIONAL(KERBEROS_V4_ENABLE, test "$KERBEROS_V4" = 1) openssldefault=yes AC_ARG_WITH(wolfssl, [AS_HELP_STRING([--with-wolfssl={DIR|no}], - [Use wolfSSL and its OpenSSL compatibility layer])], + [EXPERIMENTAL: Use wolfSSL and its OpenSSL compatibility layer])], [with_wolfssl=$withval], [with_wolfssl=no]) if test "$with_wolfssl" != "no" ; then if test -x "$WOLFSSL_CONFIG" ; then -- cgit v1.2.3