1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix typo in comment

This commit is contained in:
Manuel Pégourié-Gonnard
2019-05-10 10:25:00 +02:00
committed by Jarno Lamsa
parent a7505d18eb
commit 31d3ef11f5

View File

@ -1521,7 +1521,7 @@ end:
* - SSL/TLS minor version
* - hash associated with the ciphersuite (only used by TLS 1.2)
*
* Ouputs:
* Outputs:
* - the tls_prf, calc_verify and calc_finished members of handshake structure
*/
static int ssl_set_handshake_prfs( mbedtls_ssl_handshake_params *handshake,