summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-10-21 10:55:32 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-10-23 18:00:52 +0200
commit89f0f34db516d74e5d20afe7131bce257589538d (patch)
treeb9bd4691a4ab2ed7abaea284a6c80b72c72892d3 /tests/auto/network/ssl/qsslsocket
parent51cfc973b33ac01cc16710e7e9764e90c47c4f6c (diff)
tst_QSslSocket: Remove compile-time #ifdef check
Since we use runtime plugins now and the test doesn't use any symbols from openssl Amends 486b1aec1606d6d778da6203e28640cd79ae0291 Pick-to: 6.6 6.5 Change-Id: Ib66d1ca15835c41fe138c7830ce3edd0bdce0d5f Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/auto/network/ssl/qsslsocket')
-rw-r--r--tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
index 0f85221087..66711cce45 100644
--- a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
+++ b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
@@ -1661,8 +1661,6 @@ void tst_QSslSocket::protocolServerSide()
QCOMPARE(client.isEncrypted(), works);
}
-#if QT_CONFIG(openssl)
-
void tst_QSslSocket::serverCipherPreferences()
{
if (!isTestingOpenSsl)
@@ -1757,8 +1755,6 @@ void tst_QSslSocket::serverCipherPreferences()
}
}
-#endif // Feature 'openssl'.
-
void tst_QSslSocket::setCaCertificates()
{