aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-16 14:24:38 +0000
committerWerner Koch <[email protected]>2002-08-16 14:24:38 +0000
commitca7ed726a7f35a3154ecdb8f6f9e4f848cc963b5 (patch)
tree836406c1c3a75e7a8940a0eab6e95883706f6ea3 /agent/gpg-agent.c
parent* assuan.h: Renamed Bad_Certificate_Path to Bad_Certificate_Chain. (diff)
downloadgnupg-ca7ed726a7f35a3154ecdb8f6f9e4f848cc963b5.tar.gz
gnupg-ca7ed726a7f35a3154ecdb8f6f9e4f848cc963b5.zip
* call-scd.c (learn_status_cb): Handle CERTINFO status.
(agent_card_learn): Add args for certinfo cb. * learncard.c (release_certinfo,certinfo_cb): New. (send_cert_back): New. With factored out code from .. (agent_handle_learn): here. Return certinfo stuff.
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 54d04d23f..96c220bb8 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -43,13 +43,10 @@
#include "agent.h"
#include "../assuan/assuan.h" /* malloc hooks */
+#include "i18n.h"
#include "sysutils.h"
-#define N_(a) a
-#define _(a) a
-
-
enum cmd_and_opt_values
{ aNull = 0,
oCsh = 'c',