mirror of https://github.com/wolfSSL/wolfssh.git
Merge pull request #60 from JacobBarthelmeh/testing
revert increment of nameListIdx for RSA connectionpull/63/head
commit
d23a47bd19
|
@ -1464,7 +1464,6 @@ static int GetNameList(byte* idList, word32* idListSz,
|
|||
idList[idListIdx++] = id;
|
||||
}
|
||||
|
||||
nameListIdx++;
|
||||
name += 1 + nameSz;
|
||||
nameSz = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue