]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh: fix build with old libssh versions
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2022 16:47:22 +0000 (17:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2022 18:52:13 +0000 (19:52 +0100)
commit7b0fd39db21a9291b4189d6e5b05ade40b3dce58
treeebc943e9242d413f899b10a5cbd55f6166973dbb
parent7da29df6d34bca163f320dd792815b19c4f91033
libssh: fix build with old libssh versions

... that don't have the SSH_S_* defines. Spotted on a machine using
libssh 0.7.3

Closes #8574
lib/vssh/libssh.c