File 0001-Revert-Fail-faster-on-OpenSSL-1.1.patch of Package libqt5-qtbase.13634
From af2f412b77fb3e4a52dcaa8b1328967129b5504b Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Tue, 23 Oct 2018 16:35:45 +0200
Subject: [PATCH] Revert "Fail faster on OpenSSL 1.1"
This reverts commit b3c3520e1ca7e9c26767ccd7b6f79b543b440cf6.
---
config.tests/openssl/openssl.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.tests/openssl/openssl.cpp b/config.tests/openssl/openssl.cpp
index 6c8a9e8f19..d33b62389c 100644
--- a/config.tests/openssl/openssl.cpp
+++ b/config.tests/openssl/openssl.cpp
@@ -39,8 +39,8 @@
#include <openssl/opensslv.h>
-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L
-# error "OpenSSL >= 0.9.7, and < 1.1.0 is required"
+#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL
+# error "OpenSSL >= 0.9.7 is required"
#endif
#include <openssl/ssl.h>
--
2.19.0