[svn] GnuPG - r4529 - trunk/tools

svn author marcus cvs at cvs.gnupg.org
Thu Jul 5 00:14:40 CEST 2007


Author: marcus
Date: 2007-07-05 00:14:08 +0200 (Thu, 05 Jul 2007)
New Revision: 4529

Modified:
   trunk/tools/ChangeLog
   trunk/tools/symcryptrun.c
Log:
2007-07-05  Marcus Brinkmann  <marcus at g10code.de>

	* symcryptrun.c (confucius_get_pass): Define orig_codeset if
	[ENABLE_NLS], not [HAVE_LANGINFO_CODESET].


Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog	2007-07-04 19:49:40 UTC (rev 4528)
+++ trunk/tools/ChangeLog	2007-07-04 22:14:08 UTC (rev 4529)
@@ -1,3 +1,8 @@
+2007-07-05  Marcus Brinkmann  <marcus at g10code.de>
+
+	* symcryptrun.c (confucius_get_pass): Define orig_codeset if
+	[ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
+
 2007-06-26  Werner Koch  <wk at g10code.com>
 
 	* gpgconf-comp.c (key_matches_user_or_group) [W32]: Implement user

Modified: trunk/tools/symcryptrun.c
===================================================================
--- trunk/tools/symcryptrun.c	2007-07-04 19:49:40 UTC (rev 4528)
+++ trunk/tools/symcryptrun.c	2007-07-04 22:14:08 UTC (rev 4529)
@@ -424,7 +424,7 @@
 {
   int err;
   char *pw;
-#ifdef HAVE_LANGINFO_CODESET
+#ifdef ENABLE_NLS
   char *orig_codeset = NULL;
 #endif
 




More information about the Gnupg-commits mailing list