mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Revert "g10: Always save standard revocation certificate in file."
This reverts commit ebc65ff459
.
This commit is contained in:
parent
ebc65ff459
commit
624cd2d0bf
7 changed files with 16 additions and 18 deletions
|
@ -352,7 +352,7 @@ do_export (ctrl_t ctrl, strlist_t users, int secret, unsigned int options,
|
|||
|
||||
memset( &zfx, 0, sizeof zfx);
|
||||
|
||||
rc = open_outfile (-1, NULL, 0, !!secret, &out, 0 );
|
||||
rc = open_outfile (-1, NULL, 0, !!secret, &out );
|
||||
if (rc)
|
||||
return rc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue