mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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).
This commit is contained in:
parent
19df6dc9e3
commit
3bcccb1666
5 changed files with 27 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue