diff --git a/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch b/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch index 4998dc725a..b68ac8e335 100644 --- a/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch +++ b/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch @@ -13,7 +13,7 @@ index 6c8a9e8f19..d33b62389c 100644 #include -#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" +-# 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