diff --git a/src/network/configure.cmake b/src/network/configure.cmake index 0de16ae90bd..c7f33bcb3e0 100644 --- a/src/network/configure.cmake +++ b/src/network/configure.cmake @@ -301,7 +301,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("opensslv11" PUBLIC LABEL "OpenSSL 1.1"