]> granicus.if.org Git - curl/commit
ssh: add two missing state names
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Feb 2018 12:40:35 +0000 (13:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Feb 2018 08:12:42 +0000 (09:12 +0100)
commit797b21068ecbdcbd27ebc2d1d8f1a1ea3ffa1c14
treed56688cbcdccbc5b013f0f38880c8d8f5e5bf3da
parent16d1f369403cbb04bd7b085eabbeebf159473fc2
ssh: add two missing state names

The list of state names (used in debug builds) was out of sync in
relation to the list of states (used in all builds).

I now added an assert to make sure the sizes of the two lists match, to
aid in detecting this mistake better in the future.

Regression since c92d2e14cf, shipped in 7.58.0.

Reported-by: Somnath Kundu
Fixes #2312
Closes #2313
lib/ssh.c