diff options
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/kbxutil.c | 5 | ||||
-rw-r--r-- | kbx/keybox-blob.c | 3 |
2 files changed, 5 insertions, 3 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', diff --git a/kbx/keybox-blob.c b/kbx/keybox-blob.c index 709d5f5e1..5ad1d2610 100644 --- a/kbx/keybox-blob.c +++ b/kbx/keybox-blob.c @@ -110,6 +110,8 @@ X.509 specific are noted like [X.509: xxx] #include <string.h> #include <errno.h> #include <assert.h> + +#include "keybox-defs.h" #include <gcrypt.h> #ifdef KEYBOX_WITH_OPENPGP @@ -119,7 +121,6 @@ X.509 specific are noted like [X.509: xxx] #include <ksba.h> #endif -#include "keybox-defs.h" /* special values of the signature status */ |