aboutsummaryrefslogtreecommitdiff
path: root/src/pki_gcrypt.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-20 10:55:22 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-20 10:55:22 +0200
commitbb509ce4f7859b43cc3467bcfa20a63b13e82836 (patch)
treeabdce10226e17114401c79b0369c6a6e60045122 /src/pki_gcrypt.c
parentbac5f62eafb6fe00c9b19b03f5df2b8471dca56f (diff)
downloadlibssh-bb509ce4f7859b43cc3467bcfa20a63b13e82836.tar.gz
libssh-bb509ce4f7859b43cc3467bcfa20a63b13e82836.tar.xz
libssh-bb509ce4f7859b43cc3467bcfa20a63b13e82836.zip
pki: Remove unused variables.
Diffstat (limited to 'src/pki_gcrypt.c')
-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 06c2cf7f..5e8223f6 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;