mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 19:05:44 +00:00
Fix typo in comment
This commit is contained in:
parent
a7505d18eb
commit
31d3ef11f5
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue