From 3f91cde588ad32277ba06d625ed36256ec65f88e Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Mon, 20 Feb 2012 17:02:41 +0000 Subject: Test for QT_NO_SSL instead of QT_NO_OPENSSL Change the ifdefs in our own code (except openssl backend) to use the new configure flag. Change-Id: I8774734771c66b22164b5fae8fdb27814ac3df7b Reviewed-by: Richard J. Moore --- tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks/network/access') diff --git a/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp index 829bba5c5d..fe9efa55b7 100644 --- a/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp @@ -457,7 +457,7 @@ private slots: void initTestCase(); void httpLatency(); -#ifndef QT_NO_OPENSSL +#ifndef QT_NO_SSL void echoPerformance_data(); void echoPerformance(); #endif @@ -491,7 +491,7 @@ void tst_qnetworkreply::httpLatency() } } -#ifndef QT_NO_OPENSSL +#ifndef QT_NO_SSL void tst_qnetworkreply::echoPerformance_data() { QTest::addColumn("ssl"); -- cgit v1.2.3