From 4c9004feeb32a9a865406b5ff84847559d07bf9f Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Mon, 23 Oct 2017 16:28:57 +0200 Subject: [PATCH] Remove artifact from rebase (bad local variable) --- tool/yubico-piv-tool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/yubico-piv-tool.c b/tool/yubico-piv-tool.c index 37f6c2d..d9801f9 100644 --- a/tool/yubico-piv-tool.c +++ b/tool/yubico-piv-tool.c @@ -141,7 +141,6 @@ static bool generate_key(ykpiv_state *state, enum enum_slot slot, size_t mod_len = 0; size_t exp_len = 0; size_t point_len = 0; - EC_POINT *point = NULL; char version[7]; if(algorithm == algorithm_arg_RSA1024 || algorithm == algorithm_arg_RSA2048) {