1
0
Fork 0
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:
Marcus Brinkmann 2017-08-01 19:08:16 +02:00
parent ebc65ff459
commit 624cd2d0bf
7 changed files with 16 additions and 18 deletions

View file

@ -334,7 +334,7 @@ gen_desig_revoke (ctrl_t ctrl, const char *uname, strlist_t locusr)
if( !opt.armor )
tty_printf(_("ASCII armored output forced.\n"));
if( (rc = open_outfile (-1, NULL, 0, 1, &out, 0 )) )
if( (rc = open_outfile (-1, NULL, 0, 1, &out )) )
goto leave;
afx->what = 1;
@ -461,7 +461,7 @@ create_revocation (ctrl_t ctrl,
afx = new_armor_context ();
if ((rc = open_outfile (-1, filename, suffix, 1, &out, !!filename)))
if ((rc = open_outfile (-1, filename, suffix, 1, &out)))
goto leave;
if (leadintext )