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 * - SSL/TLS minor version
* - hash associated with the ciphersuite (only used by TLS 1.2) * - 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 * - the tls_prf, calc_verify and calc_finished members of handshake structure
*/ */
static int ssl_set_handshake_prfs( mbedtls_ssl_handshake_params *handshake, static int ssl_set_handshake_prfs( mbedtls_ssl_handshake_params *handshake,