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/keybox-blob.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kbx/keybox-blob.c') 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 #include #include + +#include "keybox-defs.h" #include #ifdef KEYBOX_WITH_OPENPGP @@ -119,7 +121,6 @@ X.509 specific are noted like [X.509: xxx] #include #endif -#include "keybox-defs.h" /* special values of the signature status */ -- cgit