summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-02-28 14:13:59 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2019-03-01 20:14:05 +0000
commitb33eb938910392e2db45bfdfd3f1e2cb6aced7ef (patch)
treeed860d77e59b9324f1526263f0a3c083bcae2e7c /src
parent62f6fb30177043085d5ff3685ff24015b098ae14 (diff)
Disable DTLS is UDP socket is disabled
The implementation of DTLS uses UDP socket. Change-Id: I8be5c286a47abe9fa80a5a0e139dedc2f297992d Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/network/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index aaedc05ea4..2bccd35dc5 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -292,7 +292,7 @@
"label": "DTLS",
"purpose": "Provides a DTLS implementation",
"section": "Networking",
- "condition": "features.openssl && tests.dtls",
+ "condition": "features.openssl && features.udpsocket && tests.dtls",
"output": [ "publicFeature" ]
},
"ocsp": {