summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pki_gcrypt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c
index 06c2cf7..5e8223f 100644
--- a/src/pki_gcrypt.c
+++ b/src/pki_gcrypt.c
@@ -608,9 +608,6 @@ ssh_key pki_private_key_from_base64(const char *b64_key,
ssh_auth_callback auth_fn,
void *auth_data)
{
- ssh_auth_callback auth_cb = NULL;
- void *auth_ud = NULL;
-
gcry_sexp_t dsa = NULL;
gcry_sexp_t rsa = NULL;
ssh_key key = NULL;