* gpgsm.c (main): Renamed the default key database to "keyring.kbx".

This commit is contained in:
Werner Koch 2001-12-15 16:19:24 +00:00
parent f82bdf6e94
commit 73d2214abb
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

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