Ocsp: Fix openssl feature requirement
We now only support 1.1.1+, so drop the version limitation. Change-Id: Ife1e46c31bf6984159535b5739dd43609dcef714 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
410449ea21
commit
b0e1dc652d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user