Fix another typo where 'PSK' was 'PKS'

Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
Tom Cosgrove
2022-12-05 12:08:26 +00:00
parent c1b9842da5
commit e87c335272
+1 -1
View File
@@ -2860,7 +2860,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.
*/