mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
More changes on the way to remove secring.gpg.
This commit is contained in:
parent
00f8eafbef
commit
a1412b05de
31 changed files with 843 additions and 936 deletions
|
@ -3310,7 +3310,7 @@ do_generate_keypair (struct para_data_s *para,
|
|||
}
|
||||
else if (!err) /* Write to the standard keyrings. */
|
||||
{
|
||||
KEYDB_HANDLE pub_hd = keydb_new (0);
|
||||
KEYDB_HANDLE pub_hd = keydb_new ();
|
||||
|
||||
err = keydb_locate_writable (pub_hd, NULL);
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue