From b0e1dc652dbbadee86fa4ad681529bf2d3cbc4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 17 Nov 2022 19:14:22 +0100 Subject: Ocsp: Fix openssl feature requirement We now only support 1.1.1+, so drop the version limitation. Change-Id: Ife1e46c31bf6984159535b5739dd43609dcef714 Reviewed-by: Timur Pocheptsov Reviewed-by: Qt CI Bot --- src/network/configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/configure.cmake') diff --git a/src/network/configure.cmake b/src/network/configure.cmake index 3f4a7da62b..9d3bd33501 100644 --- a/src/network/configure.cmake +++ b/src/network/configure.cmake @@ -237,7 +237,7 @@ qt_feature("ocsp" PUBLIC SECTION "Networking" LABEL "OCSP-stapling" PURPOSE "Provides OCSP stapling support" - CONDITION QT_FEATURE_opensslv11 AND TEST_ocsp + CONDITION QT_FEATURE_openssl AND TEST_ocsp ) qt_feature("sctp" PUBLIC LABEL "SCTP" -- cgit v1.2.3