aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect-tool.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-16 17:36:44 +0000
committerWerner Koch <[email protected]>2006-10-16 17:36:44 +0000
commit416ac2e4d720befa18f1f39b9a0a59f6cbaf87f7 (patch)
tree36d85761aa1f07807a5f738de608d3ed33531605 /agent/protect-tool.c
parentFixed aegypten bug 299 (diff)
downloadgnupg-416ac2e4d720befa18f1f39b9a0a59f6cbaf87f7.tar.gz
gnupg-416ac2e4d720befa18f1f39b9a0a59f6cbaf87f7.zip
Allow to cancel marktrusted.
Diffstat (limited to '')
-rw-r--r--agent/protect-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c
index bb14ca1e1..23f1d9336 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -1170,7 +1170,7 @@ get_passphrase (int promptno)
char *pw;
int err;
const char *desc;
-#ifdef HAVE_LANGINFO_CODESET
+#ifdef ENABLE_NLS
char *orig_codeset = NULL;
#endif
int error_msgno;