mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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>
|
2007-06-26 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgconf-comp.c (key_matches_user_or_group) [W32]: Implement user
|
* 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;
|
int err;
|
||||||
char *pw;
|
char *pw;
|
||||||
#ifdef HAVE_LANGINFO_CODESET
|
#ifdef ENABLE_NLS
|
||||||
char *orig_codeset = NULL;
|
char *orig_codeset = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user