diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qsslsocket/tst_qsslsocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp index f861f7d..718e211 100644 --- a/tests/auto/qsslsocket/tst_qsslsocket.cpp +++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp @@ -55,7 +55,9 @@ #include <QAuthenticator> #include "private/qhostinfo_p.h" +#ifndef QT_NO_OPENSSL #include "private/qsslsocket_openssl_p.h" +#endif #include "../network-settings.h" |