From 458bde4bef28b164a4c122be4b92c2759199e63f Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 17 Dec 2014 09:54:06 +0100 Subject: [PATCH] diagnostic output for generate key --- tool/yubico-piv-tool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/yubico-piv-tool.c b/tool/yubico-piv-tool.c index dd803c2..ab2dc5c 100644 --- a/tool/yubico-piv-tool.c +++ b/tool/yubico-piv-tool.c @@ -1207,6 +1207,7 @@ int main(int argc, char *argv[]) { if(generate_key(state, args_info.slot_orig, args_info.algorithm_arg, args_info.output_arg, args_info.key_format_arg) == false) { ret = EXIT_FAILURE; } + fprintf(stderr, "Successfully generated a new private key.\n"); } else { fprintf(stderr, "The generate action needs a slot (-s) to operate on.\n"); ret = EXIT_FAILURE;