Fix another typo where 'PSK' was 'PKS'
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
416b48c023
commit
ed4f59eec3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* PSK to be provisioned on the client. This could be changed later if
|
||||||
* someone needs that feature.
|
* someone needs that feature.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue