1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

I believe clearsig works

This commit is contained in:
Werner Koch 1998-02-05 08:54:39 +00:00
parent 9886ad8098
commit e6f72aa347
2 changed files with 13 additions and 4 deletions

View file

@ -376,7 +376,7 @@ clearsign_file( const char *fname, STRLIST locusr, const char *outfile )
if( rc )
goto leave;
iobuf_writestr(out, "\n\n" );
iobuf_writestr(out, "\n" );
afx.what = 2;
iobuf_push_filter( out, armor_filter, &afx );