diff options
author | Werner Koch <wk@gnupg.org> | 2007-11-19 17:03:50 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-11-19 17:03:50 +0100 |
commit | 55ba204bfa848c2e591a29fedc9f103103493a57 (patch) | |
tree | e37263e4d3a25e2aa300faf4c5240191b54ea1a7 /g10/skclist.c | |
parent | Updated (diff) | |
download | gnupg2-55ba204bfa848c2e591a29fedc9f103103493a57.tar.xz gnupg2-55ba204bfa848c2e591a29fedc9f103103493a57.zip |
Started to implement the audit log feature.
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry.
Improved support for the quality bar.
Minor internal restructuring.
Translation fixes.
Diffstat (limited to 'g10/skclist.c')
-rw-r--r-- | g10/skclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index e0e1256d6..405f3f516 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -27,7 +27,7 @@ #include "gpg.h" #include "options.h" #include "packet.h" -#include "errors.h" +#include "status.h" #include "keydb.h" #include "util.h" #include "i18n.h" |