summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp')
-rw-r--r--tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp b/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
index 25d5f00e95..52f603d3c6 100644
--- a/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
+++ b/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
@@ -59,7 +59,7 @@ public slots:
void init();
void cleanup();
-#ifndef QT_NO_OPENSSL
+#ifndef QT_NO_SSL
private slots:
void constructing();
@@ -88,14 +88,14 @@ void tst_QSslCipher::cleanup()
{
}
-#ifndef QT_NO_OPENSSL
+#ifndef QT_NO_SSL
void tst_QSslCipher::constructing()
{
QSslCipher cipher;
}
-#endif // QT_NO_OPENSSL
+#endif // QT_NO_SSL
QTEST_MAIN(tst_QSslCipher)
#include "tst_qsslcipher.moc"