mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Enum should be int, not byte
This commit is contained in:
@@ -1003,7 +1003,7 @@ static int TLSX_SNI_Parse(WOLFSSL* ssl, byte* input, word16 length,
|
|||||||
#ifndef NO_WOLFSSL_SERVER
|
#ifndef NO_WOLFSSL_SERVER
|
||||||
word16 size = 0;
|
word16 size = 0;
|
||||||
word16 offset = 0;
|
word16 offset = 0;
|
||||||
byte forceKeep = 0;
|
int forceKeep = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TLSX *extension = TLSX_Find(ssl->extensions, SERVER_NAME_INDICATION);
|
TLSX *extension = TLSX_Find(ssl->extensions, SERVER_NAME_INDICATION);
|
||||||
|
Reference in New Issue
Block a user