mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Fix typo: algorithmc -> algorithms
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
@ -2559,7 +2559,7 @@ int mbedtls_ssl_session_save( const mbedtls_ssl_session *session,
|
|||||||
* algorithms to be used during and after the handshake.
|
* algorithms to be used during and after the handshake.
|
||||||
*
|
*
|
||||||
* For TLS 1.3 (in development), the notion of ciphersuite
|
* For TLS 1.3 (in development), the notion of ciphersuite
|
||||||
* only determines the suite of symmetric algorithmc to be
|
* only determines the suite of symmetric algorithms to be
|
||||||
* used during and after the handshake, while key exchange
|
* used during and after the handshake, while key exchange
|
||||||
* mechanisms are configured separately.
|
* mechanisms are configured separately.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user