mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix for bug 537
This commit is contained in:
parent
807cb227d1
commit
4b48bcacc9
111 changed files with 3111 additions and 2145 deletions
|
@ -65,7 +65,7 @@ struct mainproc_context
|
|||
md_filter_context_t mfx;
|
||||
int sigs_only; /* Process only signatures and reject all other stuff. */
|
||||
int encrypt_only; /* Process only encryption messages. */
|
||||
STRLIST signed_data;
|
||||
strlist_t signed_data;
|
||||
const char *sigfilename;
|
||||
DEK *dek;
|
||||
int last_was_session_key;
|
||||
|
@ -1132,7 +1132,7 @@ proc_packets( void *anchor, IOBUF a )
|
|||
|
||||
int
|
||||
proc_signature_packets( void *anchor, IOBUF a,
|
||||
STRLIST signedfiles, const char *sigfilename )
|
||||
strlist_t signedfiles, const char *sigfilename )
|
||||
{
|
||||
CTX c = xmalloc_clear( sizeof *c );
|
||||
int rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue