mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 00:45:05 +01:00
fixes commnet typos
This commit is contained in:
@@ -1564,9 +1564,9 @@ static int TLSX_SNI_Parse(WOLFSSL* ssl, byte* input, word16 length,
|
||||
* client side to fetch the used SNI. It will only work if the SNI
|
||||
* was set at the SSL object level. Right now we only support one
|
||||
* name type, WOLFSSL_SNI_HOST_NAME, but in the future, the
|
||||
* inclusion of other name types will turn this method inacurate, as
|
||||
* the extension response doesn't contains information of wich name
|
||||
* was accepted.
|
||||
* inclusion of other name types will turn this method inaccurate,
|
||||
* as the extension response doesn't contains information of which
|
||||
* name was accepted.
|
||||
*/
|
||||
TLSX_SNI_SetStatus(ssl->extensions, WOLFSSL_SNI_HOST_NAME,
|
||||
WOLFSSL_SNI_REAL_MATCH);
|
||||
|
||||
Reference in New Issue
Block a user