piv-tool.c: In function ‘gen_key’:

piv-tool.c:292: warning: declaration of ‘newkey’ shadows a global declaration
piv-tool.c:97: warning: shadowed declaration is here
piv-tool.c: At top level:
piv-tool.c:97: warning: ‘newkey’ defined but not used


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4865 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2010-11-06 17:01:17 +00:00
parent 9c433a9cce
commit 3c12d20bfa
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ static const char *option_help[] = {
static sc_context_t *ctx = NULL;
static sc_card_t *card = NULL;
static BIO * bp = NULL;
static RSA * newkey = NULL;
static int load_object(const char * object_id, const char * object_file)
{