diff options
author | Werner Koch <[email protected]> | 2006-10-16 17:36:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-16 17:36:44 +0000 |
commit | 416ac2e4d720befa18f1f39b9a0a59f6cbaf87f7 (patch) | |
tree | 36d85761aa1f07807a5f738de608d3ed33531605 /agent/protect-tool.c | |
parent | Fixed aegypten bug 299 (diff) | |
download | gnupg-416ac2e4d720befa18f1f39b9a0a59f6cbaf87f7.tar.gz gnupg-416ac2e4d720befa18f1f39b9a0a59f6cbaf87f7.zip |
Allow to cancel marktrusted.
Diffstat (limited to '')
-rw-r--r-- | agent/protect-tool.c | 2 |
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; |