aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cosgrove <tom.cosgrove@arm.com>2022-12-05 12:07:50 +0000
committerTom Cosgrove <tom.cosgrove@arm.com>2022-12-05 12:07:50 +0000
commited4f59eec3ce136225ab5d6c1bd5992b6f2478f2 (patch)
tree753b79ae225b8c6c429165ee81359030e460b7c7
parent416b48c0236825e585e8a1ff9e9d2f3b709e7bbc (diff)
downloadmbedtls-ed4f59eec3ce136225ab5d6c1bd5992b6f2478f2.tar.gz
Fix another typo where 'PSK' was 'PKS'
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
-rw-r--r--library/ssl_tls12_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ssl_tls12_client.c b/library/ssl_tls12_client.c
index eda8891b8..7a1745205 100644
--- a/library/ssl_tls12_client.c
+++ b/library/ssl_tls12_client.c
@@ -1971,7 +1971,7 @@ static int ssl_parse_server_psk_hint( mbedtls_ssl_context *ssl,
}
/*
- * Note: we currently ignore the PKS identity hint, as we only allow one
+ * Note: we currently ignore the PSK identity hint, as we only allow one
* PSK to be provisioned on the client. This could be changed later if
* someone needs that feature.
*/