mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
[WIP] dynamic linking
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
namespace libssh {
|
||||
Client::Client(QObject *parent) : QObject(parent)
|
||||
{
|
||||
ssh_init();
|
||||
// ssh_init();
|
||||
}
|
||||
|
||||
Client::~Client()
|
||||
{
|
||||
ssh_finalize();
|
||||
// ssh_finalize();
|
||||
}
|
||||
|
||||
ErrorCode Client::connectToHost(const ServerCredentials &credentials)
|
||||
|
||||
Reference in New Issue
Block a user