From ed4f59eec3ce136225ab5d6c1bd5992b6f2478f2 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Mon, 5 Dec 2022 12:07:50 +0000 Subject: [PATCH] Fix another typo where 'PSK' was 'PKS' Signed-off-by: Tom Cosgrove --- library/ssl_tls12_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */