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
|
@ -63,7 +63,7 @@ dearmor_file( const char *fname )
|
|||
|
||||
push_armor_filter ( afx, inp );
|
||||
|
||||
if( (rc = open_outfile (-1, fname, 0, 0, &out, 0)) )
|
||||
if( (rc = open_outfile (-1, fname, 0, 0, &out)) )
|
||||
goto leave;
|
||||
|
||||
while( (c = iobuf_get(inp)) != -1 )
|
||||
|
@ -109,7 +109,7 @@ enarmor_file( const char *fname )
|
|||
}
|
||||
|
||||
|
||||
if( (rc = open_outfile (-1, fname, 1, 0, &out, 0 )) )
|
||||
if( (rc = open_outfile (-1, fname, 1, 0, &out )) )
|
||||
goto leave;
|
||||
|
||||
afx->what = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue