From bb509ce4f7859b43cc3467bcfa20a63b13e82836 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 20 Aug 2011 10:55:22 +0200 Subject: pki: Remove unused variables. --- src/pki_gcrypt.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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; -- cgit