mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-21 07:37:49 +00:00
Fix typo in comment
This commit is contained in:
parent
86e48c213c
commit
cf31216ace
|
@ -1035,7 +1035,7 @@ static int ssl_populate_transform( mbedtls_ssl_transform *transform,
|
||||||
* - 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,
|
||||||
|
|
Loading…
Reference in a new issue