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
|
@ -395,7 +395,7 @@ proc_pubkey_enc( CTX c, PACKET *pkt )
|
|||
experience if wildcard keyids are used. */
|
||||
if ( !c->dek && ((!enc->keyid[0] && !enc->keyid[1])
|
||||
|| opt.try_all_secrets
|
||||
|| !seckey_available( enc->keyid )) ) {
|
||||
|| have_secret_key_with_kid (enc->keyid)) ) {
|
||||
if( opt.list_only )
|
||||
result = -1;
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue