mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* gpgsm.c (main): Renamed the default key database to "keyring.kbx".
This commit is contained in:
parent
f82bdf6e94
commit
73d2214abb
@ -1,5 +1,7 @@
|
||||
2001-12-15 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgsm.c (main): Renamed the default key database to "keyring.kbx".
|
||||
|
||||
* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.
|
||||
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
|
||||
|
||||
|
@ -938,7 +938,7 @@ main ( int argc, char **argv)
|
||||
set_cmd (&cmd, aListKeys);
|
||||
|
||||
if (!nrings && default_keyring) /* add default keybox */
|
||||
keydb_add_resource ("pubcerts.kbx", 0, 0);
|
||||
keydb_add_resource ("pubring.kbx", 0, 0);
|
||||
for (sl = nrings; sl; sl = sl->next)
|
||||
keydb_add_resource (sl->d, 0, 0);
|
||||
FREE_STRLIST(nrings);
|
||||
|
Loading…
x
Reference in New Issue
Block a user