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. --- scd/scdaemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scd/scdaemon.c') 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 #include +#define JNLIB_NEED_LOG_LOGV +#include "scdaemon.h" #include #include -#define JNLIB_NEED_LOG_LOGV #include /* malloc hooks */ -#include "scdaemon.h" #include "i18n.h" #include "sysutils.h" -- cgit