1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Improve a comment and fix some whitespace

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2022-02-07 11:55:21 +01:00
parent 141be6cc7f
commit 422370d633
2 changed files with 2 additions and 2 deletions

View File

@@ -2366,7 +2366,7 @@ static int ssl_parse_server_ecdh_params_psa( mbedtls_ssl_context *ssl,
* ECPoint public; * ECPoint public;
* } ServerECDHParams; * } ServerECDHParams;
* *
* 1 curve_type (must be named curve) * 1 curve_type (must be "named_curve")
* 2..3 NamedCurve * 2..3 NamedCurve
* 4 ECPoint.len * 4 ECPoint.len
* 5+ ECPoint contents * 5+ ECPoint contents