1
0
Fork 0
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:
Werner Koch 2003-04-15 15:49:41 +00:00
parent 56f87ae51d
commit d739d1c9b1
13 changed files with 108 additions and 14 deletions

View file

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