commit | 8794a4290d6da9704d840e0e3795d7ce67d82db2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Jun 11 10:04:57 2019 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Jun 11 10:04:57 2019 +0200 |
tree | e875b7f311d179d078c7c886676b7997e2e7bf10 | |
parent | c6d9e3a28fb495688eeb4dbf090bab6611e76bbc [diff] [blame] |
Clarify a few more comments and documentation
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 8e3161c..653f857 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1337,7 +1337,8 @@ /** * \brief Set the transport type (TLS or DTLS). - * Default: TLS if both are enabled, or DTLS. + * Default: TLS if #MBEDTLS_SSL_PROTO_TLS is defined, else + * DTLS. * * \note For DTLS, you must either provide a recv callback that * doesn't block, or one that handles timeouts, see