mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 08:59:05 +08:00
Correction to outdated comment
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
345165c1f7
commit
458280e67c
@ -70,7 +70,8 @@
|
|||||||
* - RFC 4346: ProtocolVersion version = { 3, 2 }; // TLS v1.1
|
* - RFC 4346: ProtocolVersion version = { 3, 2 }; // TLS v1.1
|
||||||
*
|
*
|
||||||
* We no longer support these versions, but some code still references those
|
* We no longer support these versions, but some code still references those
|
||||||
* constants, for keep them for now until we clean up that code.
|
* constants as part of negotiating with the peer, so keep them available
|
||||||
|
* internally.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_SSL_MINOR_VERSION_1 1
|
#define MBEDTLS_SSL_MINOR_VERSION_1 1
|
||||||
#define MBEDTLS_SSL_MINOR_VERSION_2 2
|
#define MBEDTLS_SSL_MINOR_VERSION_2 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user