From 4e37e714aa39b25e435a794b05819f8a99b025be Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Mon, 20 May 2024 09:49:25 +0200 Subject: [PATCH] Update OpenSSL requirement in INSTALL too This should've been part of commit 200c91ff72ecfdf4751913e672660ffc0a680ff6. (cherry picked from commit d97ce26c01dc4e2bda5f39df518c921fc901b160) --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 35fefb0e29..f58ee744f9 100644 --- a/INSTALL +++ b/INSTALL @@ -50,7 +50,7 @@ but it is considered insecure and it's use is strongly discouraged: libgcrypt library is available from https://www.gnupg.org/software/libgcrypt/ -If using the OpenSSL library for encryption, it must be version 3.0.0 or +If using the OpenSSL library for encryption, it must be version 1.0.2 or later. Note: when compiling against OpenSSL, there is a possible license incompatibility. For more details on this, see https://people.gnome.org/~markmc/openssl-and-the-gpl.html