Skip to content

Commit

Permalink
ommit comma at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Apr 27, 2024
1 parent d2c4284 commit 22c31b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -9266,7 +9266,7 @@ int SendKexInit(WOLFSSH* ssh)
kexAlgoNamesSz = AlgoListSz(ssh->algoListKex);
encAlgoNamesSz = AlgoListSz(ssh->algoListCipher);
if (!keyAlgoNames) {
keyAlgoNamesSz = (word32)WSTRLEN(ssh->algoListKey);
keyAlgoNamesSz = AlgoListSz(ssh->algoListKey);
}
else {
keyAlgoNamesSz = AlgoListSz(keyAlgoNames);
Expand Down

0 comments on commit 22c31b8

Please sign in to comment.