mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Fix typo in comment
This commit is contained in:
parent
86e48c213c
commit
cf31216ace
1 changed files with 1 additions and 1 deletions
|
|
@ -1035,7 +1035,7 @@ static int ssl_populate_transform( mbedtls_ssl_transform *transform,
|
|||
* - 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue