]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh: simplify myssh_statemach_act() master
authorDaniel Stenberg <daniel@haxx.se>
Sun, 11 Jan 2026 10:15:00 +0000 (11:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Jan 2026 22:28:54 +0000 (23:28 +0100)
commitbd3b2a626a33434a1e9e83a1e8573ef2c8c65358
tree1962a7c5bdb5a646a844c0b7252154bed87df94c
parent1b24428d62d80c7c6515322e477e37f12bb2b1eb
libssh: simplify myssh_statemach_act()

Reduce complexity by splitting out sub functions.

Made myssh_quote_error() to reduce code duplication.

Closes #20252
lib/vssh/libssh.c