aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/kbxutil.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-06-27 20:53:09 +0000
committerWerner Koch <[email protected]>2003-06-27 20:53:09 +0000
commitf5db59fc21f172a2a71ed0c10f249efaa7ad794e (patch)
tree4d6e8c746037a053f972c2da4da1575bb076e4fd /kbx/kbxutil.c
parentFinished the bulk of changes for gnupg 1.9. This included switching (diff)
downloadgnupg-f5db59fc21f172a2a71ed0c10f249efaa7ad794e.tar.gz
gnupg-f5db59fc21f172a2a71ed0c10f249efaa7ad794e.zip
Key generation and signing using the OpenPGP card does rudimentary work.
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r--kbx/kbxutil.c5
1 files changed, 3 insertions, 2 deletions
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 <ctype.h>
#include <unistd.h>
-#include <gcrypt.h>
-
#include "../jnlib/logging.h"
#include "../jnlib/argparse.h"
#include "../jnlib/stringhelp.h"
#include "../common/i18n.h"
#include "keybox-defs.h"
+#include <gcrypt.h>
+
+
enum cmd_and_opt_values {
aNull = 0,
oArmor = 'a',