From f5db59fc21f172a2a71ed0c10f249efaa7ad794e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 27 Jun 2003 20:53:09 +0000 Subject: Key generation and signing using the OpenPGP card does rudimentary work. --- kbx/kbxutil.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kbx/kbxutil.c') diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index b733b81c8..abca4faa9 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -26,14 +26,15 @@ #include #include -#include - #include "../jnlib/logging.h" #include "../jnlib/argparse.h" #include "../jnlib/stringhelp.h" #include "../common/i18n.h" #include "keybox-defs.h" +#include + + enum cmd_and_opt_values { aNull = 0, oArmor = 'a', -- cgit