mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
2007-07-05 Marcus Brinkmann <marcus@g10code.de>
* symcryptrun.c (confucius_get_pass): Define orig_codeset if [ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
This commit is contained in:
parent
93d3811abc
commit
3c606ba127
@ -1,3 +1,8 @@
|
||||
2007-07-05 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* symcryptrun.c (confucius_get_pass): Define orig_codeset if
|
||||
[ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
|
||||
|
||||
2007-06-26 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgconf-comp.c (key_matches_user_or_group) [W32]: Implement user
|
||||
|
@ -424,7 +424,7 @@ confucius_get_pass (const char *cacheid, int again, int *canceled)
|
||||
{
|
||||
int err;
|
||||
char *pw;
|
||||
#ifdef HAVE_LANGINFO_CODESET
|
||||
#ifdef ENABLE_NLS
|
||||
char *orig_codeset = NULL;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user