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:
parent
67934a8c13
commit
21b0a955be
23 changed files with 1233 additions and 1364 deletions
|
@ -114,10 +114,10 @@ get_session_key( PKT_pubkey_enc *k, DEK *dek )
|
|||
xfree(p);
|
||||
}
|
||||
|
||||
rc = check_secret_key( sk, opt.try_all_secrets?1:-1 ); /* ask
|
||||
only
|
||||
once */
|
||||
if( !rc )
|
||||
/* rc = check_secret_key( sk, opt.try_all_secrets?1:-1 ); /\* ask */
|
||||
/* only */
|
||||
/* once *\/ */
|
||||
/* if( !rc ) */
|
||||
{
|
||||
rc = get_it( k, dek, sk, keyid );
|
||||
/* Successfully checked the secret key (either it was
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue