ssh token: Remove unused sshplugin_context struct

This commit is contained in:
Vojtech Trefny
2021-06-22 14:31:18 +02:00
parent 6545523df3
commit ff958d376e
2 changed files with 2 additions and 15 deletions

View File

@@ -44,20 +44,6 @@
#define l_dbg(cd, x...) crypt_logf(cd, CRYPT_LOG_DEBUG, x)
struct sshplugin_context {
const char *server;
const char *user;
const char *path;
const char *sshkey_path;
int token;
int keyslot;
uint8_t status;
struct crypt_cli *cli;
};
const char *cryptsetup_token_version(void)
{
return TOKEN_VERSION_MAJOR "." TOKEN_VERSION_MINOR;