diff options
author | Werner Koch <[email protected]> | 2003-06-27 20:53:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-06-27 20:53:09 +0000 |
commit | f5db59fc21f172a2a71ed0c10f249efaa7ad794e (patch) | |
tree | 4d6e8c746037a053f972c2da4da1575bb076e4fd /scd/scdaemon.c | |
parent | Finished the bulk of changes for gnupg 1.9. This included switching (diff) | |
download | gnupg-f5db59fc21f172a2a71ed0c10f249efaa7ad794e.tar.gz gnupg-f5db59fc21f172a2a71ed0c10f249efaa7ad794e.zip |
Key generation and signing using the OpenPGP card does rudimentary work.
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 5ab50a5b4..8e0ef37c9 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -34,12 +34,12 @@ #include <unistd.h> #include <signal.h> +#define JNLIB_NEED_LOG_LOGV +#include "scdaemon.h" #include <ksba.h> #include <gcrypt.h> -#define JNLIB_NEED_LOG_LOGV #include <assuan.h> /* malloc hooks */ -#include "scdaemon.h" #include "i18n.h" #include "sysutils.h" |