diff options
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index 4af7c4a0d..d5d62db27 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -1,6 +1,6 @@ /* decrypt.c - verify signed data - * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 - * 2004 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + * 2007 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -192,6 +192,7 @@ decrypt_messages(int nfiles, char *files[]) /* Note that we emit file_done even after an error. */ write_status( STATUS_FILE_DONE ); xfree(output); + reset_literals_seen(); } set_next_passphrase(NULL); |