From f788253ed3cb23f3da134e58d30eb51369fb5c0c Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 25 Mar 2022 15:06:10 +0100 Subject: [PATCH] Fix comment typo in PSA version of ssl_get_ecdh_params_from_cert() Signed-off-by: Neil Armstrong --- library/ssl_tls12_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls12_server.c b/library/ssl_tls12_server.c index c7870f2e79..36f8f1616e 100644 --- a/library/ssl_tls12_server.c +++ b/library/ssl_tls12_server.c @@ -2893,7 +2893,7 @@ static int ssl_get_ecdh_params_from_cert( mbedtls_ssl_context *ssl ) psa_reset_key_attributes( &key_attributes ); - /* Key should no be destroyed in the TLS library */ + /* Key should not be destroyed in the TLS library */ ssl->handshake->ecdh_psa_shared_key = 1; ret = 0;