File 0443-crypto-Remove-warning-from-configure.ac.patch of Package erlang
From 51397589cf3b89aff897a77b6d24f02414246748 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Fri, 17 Jun 2022 11:10:25 +0200
Subject: [PATCH 3/4] crypto: Remove warning from configure.ac
---
lib/crypto/configure.ac | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/crypto/configure.in b/lib/crypto/configure.in
index 412fc7b8ff..3f595ad480 100644
--- a/lib/crypto/configure.in
+++ b/lib/crypto/configure.in
@@ -852,15 +852,12 @@ else
fi
if test "x$v3_include" = "xyes"; then
- echo "Using OpenSSL 3.0 is not yet recommended for production code." >> ./CONF_INFO
- AC_MSG_WARN(******************************************************************)
- AC_MSG_WARN(* Using OpenSSL 3.0 is not yet recommended for production code. *)
-
if test "x$SSL_DYNAMIC_ONLY" = "xno" ; then
echo "Static linking with OpenSSL 3.0 *MAY* require special configuring of the cryptolib." >> ./CONF_INFO
+ AC_MSG_WARN(******************************************************************)
AC_MSG_WARN(* Static linking *MAY* require re-configuring the 3.0 cryptolib. *)
+ AC_MSG_WARN(******************************************************************)
fi
- AC_MSG_WARN(******************************************************************)
fi
if test "x$v3_include" = "xyes" && test "x$deprecated_warnings" = "xdefault_yes" && test "$CRYPTO_APP" != ""; then
--
2.35.3