mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-13 17:38:32 +03:00
[CSE] Remove unused function
This is already being called from somwhere else.
This commit is contained in:
parent
e0988f482c
commit
1a47052aa3
2 changed files with 0 additions and 7 deletions
|
@ -527,10 +527,4 @@ void ClientSideEncryption::getPublicKeyFromServer()
|
||||||
});
|
});
|
||||||
job->start();
|
job->start();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientSideEncryption::signPublicKey()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,6 @@ public:
|
||||||
QString generateCSR(EVP_PKEY *keyPair);
|
QString generateCSR(EVP_PKEY *keyPair);
|
||||||
void getPrivateKeyFromServer();
|
void getPrivateKeyFromServer();
|
||||||
void getPublicKeyFromServer();
|
void getPublicKeyFromServer();
|
||||||
void signPublicKey();
|
|
||||||
void encryptPrivateKey(EVP_PKEY *keyPair);
|
void encryptPrivateKey(EVP_PKEY *keyPair);
|
||||||
QString privateKeyPath() const;
|
QString privateKeyPath() const;
|
||||||
QString publicKeyPath() const;
|
QString publicKeyPath() const;
|
||||||
|
|
Loading…
Reference in a new issue