mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
vssh: drop support for wolfSSH
The implementation was incomplete and lesser than the other backends. No one ever reported a bug or requested enhancements for this, indicating that this backend was never used. Closes #18700
This commit is contained in:
parent
22b9f77e38
commit
b011e3fcfb
21 changed files with 13 additions and 1458 deletions
|
|
@ -34,9 +34,6 @@
|
|||
#define SSH_SUPPRESS_DEPRECATED
|
||||
#include <libssh/libssh.h>
|
||||
#include <libssh/sftp.h>
|
||||
#elif defined(USE_WOLFSSH)
|
||||
#include <wolfssh/ssh.h>
|
||||
#include <wolfssh/wolfsftp.h>
|
||||
#endif
|
||||
|
||||
#include "curl_path.h"
|
||||
|
|
@ -211,14 +208,6 @@ struct ssh_conn {
|
|||
struct libssh2_agent_publickey *sshagent_identity;
|
||||
struct libssh2_agent_publickey *sshagent_prev_identity;
|
||||
LIBSSH2_KNOWNHOSTS *kh;
|
||||
#elif defined(USE_WOLFSSH)
|
||||
CURLcode actualcode; /* the actual error code */
|
||||
WOLFSSH *ssh_session;
|
||||
WOLFSSH_CTX *ctx;
|
||||
word32 handleSz;
|
||||
byte handle[WOLFSSH_MAX_HANDLE];
|
||||
curl_off_t offset;
|
||||
BIT(initialised);
|
||||
#endif /* USE_LIBSSH */
|
||||
BIT(authed); /* the connection has been authenticated fine */
|
||||
BIT(acceptfail); /* used by the SFTP_QUOTE (continue if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue