[svn] pinentry - r228 - in trunk: . secmem

svn author marcus cvs at cvs.gnupg.org
Tue Apr 20 16:37:05 CEST 2010


Author: marcus
Date: 2010-04-20 16:37:05 +0200 (Tue, 20 Apr 2010)
New Revision: 228

Modified:
   trunk/ChangeLog
   trunk/secmem/util.c
Log:
2010-04-20  Marcus Brinkmann  <marcus at g10code.de>

	* pinentry/pinentry.c: Move include config.h to top!


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-04-19 13:01:15 UTC (rev 227)
+++ trunk/ChangeLog	2010-04-20 14:37:05 UTC (rev 228)
@@ -1,3 +1,7 @@
+2010-04-20  Marcus Brinkmann  <marcus at g10code.de>
+
+	* pinentry/pinentry.c: Move include config.h to top!
+
 2010-04-19  Werner Koch  <wk at g10code.com>
 
 	* gtk+-2/gtksecentry.c (gtk_secure_entry_delete_cb)

Modified: trunk/secmem/util.c
===================================================================
--- trunk/secmem/util.c	2010-04-19 13:01:15 UTC (rev 227)
+++ trunk/secmem/util.c	2010-04-20 14:37:05 UTC (rev 228)
@@ -16,6 +16,10 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #define _GNU_SOURCE 1
 
 #include <unistd.h>
@@ -28,10 +32,6 @@
 #include <string.h>
 #include <assert.h>
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include "util.h"
 
 #ifndef HAVE_DOSISH_SYSTEM




More information about the Gnupg-commits mailing list