[svn] GnuPG - r4577 - trunk/tools

svn author mo cvs at cvs.gnupg.org
Tue Sep 4 07:59:43 CEST 2007


Author: mo
Date: 2007-09-04 07:59:07 +0200 (Tue, 04 Sep 2007)
New Revision: 4577

Modified:
   trunk/tools/ChangeLog
   trunk/tools/gpgkey2ssh.c
Log:
2007-09-04  Moritz Schulte  <moritz at g10code.com>

	* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
	declared.


Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog	2007-09-02 14:09:24 UTC (rev 4576)
+++ trunk/tools/ChangeLog	2007-09-04 05:59:07 UTC (rev 4577)
@@ -1,3 +1,8 @@
+2007-09-04  Moritz Schulte  <moritz at g10code.com>
+
+	* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
+	declared.
+
 2007-08-31  Werner Koch  <wk at g10code.com>
 
 	* gpgconf-comp.c (gc_component_list_components): List the programs

Modified: trunk/tools/gpgkey2ssh.c
===================================================================
--- trunk/tools/gpgkey2ssh.c	2007-09-02 14:09:24 UTC (rev 4576)
+++ trunk/tools/gpgkey2ssh.c	2007-09-04 05:59:07 UTC (rev 4577)
@@ -27,6 +27,7 @@
 #include <errno.h>
 
 #include "util.h"
+#include "sysutils.h"
 
 
 




More information about the Gnupg-commits mailing list