1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

fix several typos and extra blank spaces

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti
2023-01-09 17:30:01 +01:00
parent 2b5d3ded1f
commit 1e868ccbac
4 changed files with 19 additions and 19 deletions

View File

@ -2712,7 +2712,7 @@ static int ssl_get_ecdh_params_from_cert( mbedtls_ssl_context *ssl )
}
/* If the above conversion to TLS ID was fine, then also this one will
be, so there is no need to check the retun value here */
be, so there is no need to check the return value here */
mbedtls_ssl_get_psa_curve_info_from_tls_id( tls_id, &ecc_family,
&ssl->handshake->ecdh_bits );