mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
About to release 1.4.3
This commit is contained in:
parent
4afa4eb10e
commit
256f67675f
43 changed files with 10662 additions and 10109 deletions
|
@ -917,7 +917,9 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr,
|
|||
goto leave;
|
||||
}
|
||||
|
||||
/* setup the inner packet */
|
||||
write_status (STATUS_BEGIN_SIGNING);
|
||||
|
||||
/* Setup the inner packet. */
|
||||
if( detached ) {
|
||||
if( multifile ) {
|
||||
STRLIST sl;
|
||||
|
@ -1283,6 +1285,8 @@ sign_symencrypt_file (const char *fname, STRLIST locusr)
|
|||
goto leave;
|
||||
}
|
||||
|
||||
write_status (STATUS_BEGIN_SIGNING);
|
||||
|
||||
/* Pipe data through all filters; i.e. write the signed stuff */
|
||||
/*(current filters: zip - encrypt - armor)*/
|
||||
rc = write_plaintext_packet (out, inp, fname, opt.textmode ? 't':'b');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue