From 3bcccb16667def6167cd29a41b62d087b272568b Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 3 May 2007 04:44:12 +0000 Subject: * packet.h, mainproc.c (reset_literals_seen): New function to reset the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). --- g10/verify.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'g10/verify.c') diff --git a/g10/verify.c b/g10/verify.c index 014e53af1..36df06f23 100644 --- a/g10/verify.c +++ b/g10/verify.c @@ -1,5 +1,6 @@ /* verify.c - Verify signed data - * Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, + * 2007 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -178,6 +179,8 @@ verify_one_file( const char *name ) iobuf_close(fp); write_status( STATUS_FILE_DONE ); + reset_literals_seen(); + leave: release_armor_context (afx); release_progress_context (pfx); -- cgit