From ca7ed726a7f35a3154ecdb8f6f9e4f848cc963b5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Aug 2002 14:24:38 +0000 Subject: * 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. --- agent/protect-tool.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'agent/protect-tool.c') diff --git a/agent/protect-tool.c b/agent/protect-tool.c index 25129d662..d9bbf8b4b 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -36,10 +36,7 @@ #include "agent.h" #include "minip12.h" #include "simple-pwquery.h" - -#define N_(a) a -#define _(a) a - +#include "i18n.h" enum cmd_and_opt_values { aNull = 0, -- cgit