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

@ -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;