Changeset View
Changeset View
Standalone View
Standalone View
gnupg2-2.1.10/g10/getkey.c
| Context not available. | |||||
| continue; | continue; | ||||
| } | } | ||||
| if ((req_usage & PUBKEY_USAGE_SIG) && agent_probe_secret_key (NULL, pk)) | |||||
| { | |||||
| if (DBG_LOOKUP) | |||||
| log_debug ("\tno secret key for signing\n"); | |||||
| continue; | |||||
| } | |||||
| if (DBG_LOOKUP) | if (DBG_LOOKUP) | ||||
| log_debug ("\tsubkey might be fine\n"); | log_debug ("\tsubkey might be fine\n"); | ||||
| /* In case a key has a timestamp of 0 set, we make sure | /* In case a key has a timestamp of 0 set, we make sure | ||||
| Context not available. | |||||