diff options
author | Werner Koch <wk@gnupg.org> | 2004-01-30 10:12:36 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-01-30 10:12:36 +0100 |
commit | fec4dc4c99e1a1eb12b99a5bbc9d995a93bd5227 (patch) | |
tree | 470f5a58351c2c70138686b800dd652dfe876f39 /tools/gpgparsemail.c | |
parent | New. (diff) | |
download | gnupg2-fec4dc4c99e1a1eb12b99a5bbc9d995a93bd5227.tar.xz gnupg2-fec4dc4c99e1a1eb12b99a5bbc9d995a93bd5227.zip |
* configure.ac: Require libksba 0.9.3 due to another bug fix there.
* sign.c (add_certificate_list): Decrement N for the first cert.
* Makefile.am (sbin_SCRIPTS): New, to install addgnupghome.
(EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c
which might be useful for debugging.
Diffstat (limited to 'tools/gpgparsemail.c')
-rw-r--r-- | tools/gpgparsemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgparsemail.c b/tools/gpgparsemail.c index 956cf18d9..fa848c8f6 100644 --- a/tools/gpgparsemail.c +++ b/tools/gpgparsemail.c @@ -1,5 +1,5 @@ /* gpgparsemail.c - Standalone crypto mail parser - * Copyright (C) 2003 Free Software Foundation, Inc. + * Copyright (C) 2004 Free Software Foundation, Inc. * * This file is part of GnuPG. * |