mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Decryption and signi via agent is now implemented.
This commit is contained in:
parent
c86a59db74
commit
8e5010a958
22 changed files with 409 additions and 358 deletions
|
@ -248,7 +248,7 @@ gen_desig_revoke( const char *uname, strlist_t locusr )
|
|||
|
||||
if(locusr)
|
||||
{
|
||||
rc=build_sk_list(locusr,&sk_list,0,PUBKEY_USAGE_CERT);
|
||||
rc=build_sk_list(locusr, &sk_list, PUBKEY_USAGE_CERT);
|
||||
if(rc)
|
||||
goto leave;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue