aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-08-16 10:47:53 +0000
committerWerner Koch <[email protected]>2006-08-16 10:47:53 +0000
commitb744f963d7061ce55d2eed65b281298476e54fb7 (patch)
tree6e8ccb3c39a45c16b4ca6cdb2273eb3b8bc2a888 /g10/misc.c
parentChanged HTTP API. (diff)
downloadgnupg-b744f963d7061ce55d2eed65b281298476e54fb7.tar.gz
gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.zip
With --enable-gpg the keyservers are now build and a first test using gpg2
shows no prblems. Needs more testing of course.
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c
index 33b97792c..064f1e6be 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -64,6 +64,7 @@
#include "main.h"
#include "photoid.h"
#include "options.h"
+#include "call-agent.h"
#include "i18n.h"
@@ -490,7 +491,9 @@ idea_cipher_warn(int show)
}
#endif
-static unsigned long get_signature_count(PKT_secret_key *sk)
+
+static unsigned long
+get_signature_count (PKT_secret_key *sk)
{
#ifdef ENABLE_CARD_SUPPORT
if(sk && sk->is_protected && sk->protect.s2k.mode==1002)