mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* g10.c, options.h: New option --enable-progress-filter.
* progress.c (handle_progress): Make use of it.
This commit is contained in:
parent
56f87ae51d
commit
d739d1c9b1
13 changed files with 108 additions and 14 deletions
|
@ -102,3 +102,6 @@ handle_progress (progress_filter_context_t *pfx, IOBUF inp, char *name)
|
|||
pfx->total = filesize;
|
||||
iobuf_push_filter (inp, progress_filter, pfx);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue