qt5: patch 030: delete space
This commit is contained in:
parent
016c28529c
commit
0c3efef53a
@ -9,15 +9,15 @@ index 6c8a9e8f19..d33b62389c 100644
|
||||
--- a/qtbase/config.tests/openssl/openssl.cpp
|
||||
+++ b/qtbase/config.tests/openssl/openssl.cpp
|
||||
@@ -39,8 +39,8 @@
|
||||
|
||||
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
|
||||
-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10000000L || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L
|
||||
-# error "OpenSSL >= 1.0.0 and < 1.1.0 is required"
|
||||
+#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10000000L
|
||||
+# error "OpenSSL >= 1.0.0 is required"
|
||||
#endif
|
||||
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
diff --git a/qtbase/config.tests/openssl11/openssl.cpp b/qtbase/config.tests/openssl11/openssl.cpp
|
||||
new file mode 100644
|
||||
|
||||
Loading…
Reference in New Issue
Block a user