]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: remove the 'actualcode' struct field
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 May 2025 12:11:54 +0000 (14:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 May 2025 12:56:59 +0000 (14:56 +0200)
commit74cfba6a6729b8db6f06f7dcb73bae0af07101cb
treede0aca8aa956d2fc1738eb1fd73741770a5d6697
parente0f05bcf69158c6707203defe9e19f874ea2a97f
libssh2: remove the 'actualcode' struct field

Return and use CURLcode to a larger extent to avoid the complicated
double return code setup previously used.

Closes #17369
lib/vssh/libssh2.c
lib/vssh/ssh.h