commit | e744eab3b1c882a5d5c3766be66c5bb81849b57e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Mar 18 10:51:18 2019 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jun 06 13:02:14 2019 +0200 |
tree | c2c8d0e45d0f9aea6430908ee6492df58660da31 | |
parent | a771160799d325b2b0aef10270959a2d4707a5bd [diff] |
Adapt defaults and programs documentation
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 7f073af..8e3161c 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1337,7 +1337,7 @@ /** * \brief Set the transport type (TLS or DTLS). - * Default: TLS + * Default: TLS if both are enabled, or DTLS. * * \note For DTLS, you must either provide a recv callback that * doesn't block, or one that handles timeouts, see