mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
pki: Remove unused variables.
This commit is contained in:
@@ -608,9 +608,6 @@ ssh_key pki_private_key_from_base64(const char *b64_key,
|
|||||||
ssh_auth_callback auth_fn,
|
ssh_auth_callback auth_fn,
|
||||||
void *auth_data)
|
void *auth_data)
|
||||||
{
|
{
|
||||||
ssh_auth_callback auth_cb = NULL;
|
|
||||||
void *auth_ud = NULL;
|
|
||||||
|
|
||||||
gcry_sexp_t dsa = NULL;
|
gcry_sexp_t dsa = NULL;
|
||||||
gcry_sexp_t rsa = NULL;
|
gcry_sexp_t rsa = NULL;
|
||||||
ssh_key key = NULL;
|
ssh_key key = NULL;
|
||||||
|
Reference in New Issue
Block a user