diff options
author | Werner Koch <wk@gnupg.org> | 2010-02-02 15:06:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-02-02 15:06:19 +0100 |
commit | 8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch) | |
tree | a9ce6bafa8e38e858cb358debc967bb5436f0e15 /tools | |
parent | Fixed a regression introduced with 2.0.14. (diff) | |
download | gnupg2-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.xz gnupg2-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.zip |
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes.
Minor chnages in preparation of a W32CE port.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/symcryptrun.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index efb0478e1..2008882a4 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2010-01-10 Werner Koch <wk@g10code.com> + + * symcryptrun.c (utmp.h): Remove header; it is not used. + 2009-12-18 Werner Koch <wk@g10code.com> * applygnupgdefaults (errorfile): Use mktemp. Fixes bug#1146. diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index b46990cd2..7eeff97a1 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -74,7 +74,6 @@ #ifdef HAVE_PTY_H #include <pty.h> #endif -#include <utmp.h> #include <ctype.h> #ifdef HAVE_LOCALE_H #include <locale.h> |