commit | e87c3352722f1e9f7cc4a1adf86496f6bea8029a | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Mon Dec 05 12:08:26 2022 +0000 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Mon Dec 05 12:08:26 2022 +0000 |
tree | 66407682bb2a0fe0fbefc96f5d1579e0d0b7ed09 | |
parent | c1b9842da58938876ecd2e742784b38e12cd0731 [diff] [blame] |
Fix another typo where 'PSK' was 'PKS' Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 2655b4b..b40ddb7 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c
@@ -2860,7 +2860,7 @@ } /* - * 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. */