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>
bb10
Jędrzej Nowacki 2019-02-28 14:13:59 +01:00 committed by Timur Pocheptsov
parent 62f6fb3017
commit b33eb93891
1 changed files with 1 additions and 1 deletions

View File

@ -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": {