mirror of https://github.com/wolfSSL/wolfssh.git
Fix ID List
1. Increase the size of the processed ID list from the peer from 8 to 16. (ZD 9820)pull/280/head
parent
45048426e0
commit
21451a9243
|
@ -2059,7 +2059,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;
|
||||
|
|
Loading…
Reference in New Issue