1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Generating an OpenPGP key cia gpg-agent basically works.

This commit is contained in:
Werner Koch 2010-04-20 17:57:50 +00:00
parent 67934a8c13
commit 21b0a955be
23 changed files with 1233 additions and 1364 deletions

View file

@ -526,7 +526,7 @@ get_seckey (PKT_secret_key * sk, u32 * keyid)
{
/* Check the secret key (this may prompt for a passprase to
* unlock the secret key. */
rc = check_secret_key (sk, 0);
/* rc = check_secret_key (sk, 0); */
}
return rc;
@ -1111,8 +1111,8 @@ get_seckey_byname2 (GETKEY_CTX * retctx,
free_strlist (namelist);
if (!rc && unprotect)
rc = check_secret_key (sk, 0);
/* if (!rc && unprotect) */
/* rc = check_secret_key (sk, 0); */
return rc;
}