1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* g10.c (collapse_args): New function to turn argc/argv into a single

string. (main): Use it here to pass list_config() more than one argument
as a single string. (print_algo_numbers): Helper to print algorithm
numbers. (list_config): Use it here for "pubkey", "cipher",
"hash"/"digest", and "compress" config options.
This commit is contained in:
David Shaw 2004-01-16 00:52:08 +00:00
parent 2a23fe9019
commit 3373615cfd
2 changed files with 121 additions and 24 deletions

View file

@ -1,3 +1,13 @@
2004-01-15 David Shaw <dshaw@jabberwocky.com>
* g10.c (collapse_args): New function to turn argc/argv into a
single string.
(main): Use it here to pass list_config() more than one argument
as a single string.
(print_algo_numbers): Helper to print algorithm numbers.
(list_config): Use it here for "pubkey", "cipher",
"hash"/"digest", and "compress" config options.
2004-01-13 David Shaw <dshaw@jabberwocky.com>
* g10.c (list_config, main): New function to dump config options