Enum should be int, not byte

This commit is contained in:
Nickolas Lapp
2015-08-12 15:48:30 -06:00
parent 90ad5336fc
commit 1787e04b23

View File

@@ -1003,7 +1003,7 @@ static int TLSX_SNI_Parse(WOLFSSL* ssl, byte* input, word16 length,
#ifndef NO_WOLFSSL_SERVER
word16 size = 0;
word16 offset = 0;
byte forceKeep = 0;
int forceKeep = 0;
#endif
TLSX *extension = TLSX_Find(ssl->extensions, SERVER_NAME_INDICATION);