From 3c12d20bfa5da59bc7845af012bde1a7ec369247 Mon Sep 17 00:00:00 2001 From: "ludovic.rousseau" Date: Sat, 6 Nov 2010 17:01:17 +0000 Subject: [PATCH] =?UTF-8?q?piv-tool.c:=20In=20function=20=E2=80=98gen=5Fke?= =?UTF-8?q?y=E2=80=99:=20piv-tool.c:292:=20warning:=20declaration=20of=20?= =?UTF-8?q?=E2=80=98newkey=E2=80=99=20shadows=20a=20global=20declaration?= =?UTF-8?q?=20piv-tool.c:97:=20warning:=20shadowed=20declaration=20is=20he?= =?UTF-8?q?re=20piv-tool.c:=20At=20top=20level:=20piv-tool.c:97:=20warning?= =?UTF-8?q?:=20=E2=80=98newkey=E2=80=99=20defined=20but=20not=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4865 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/tools/piv-tool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/piv-tool.c b/src/tools/piv-tool.c index 824a706b..9cc84048 100644 --- a/src/tools/piv-tool.c +++ b/src/tools/piv-tool.c @@ -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) {