Merge pull request #280 from ejohnstown/fix-id-list

Fix ID List
pull/285/head
JacobBarthelmeh 2020-09-11 11:41:51 -06:00 committed by GitHub
commit 4dad28da55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2071,7 +2071,7 @@ static int DoKexInit(WOLFSSH* ssh, byte* buf, word32 len, word32* idx)
int ret = WS_SUCCESS;
int side;
byte algoId;
byte list[8] = {ID_NONE};
byte list[16] = {ID_NONE};
word32 listSz;
word32 skipSz;
word32 begin;