diff options
| author | Werner Koch <[email protected]> | 2018-03-06 15:26:26 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2018-03-06 15:26:26 +0000 |
| commit | f574aabeeb873f14a586f80cac16b857e6088534 (patch) | |
| tree | e84428513719a4e50cb1df1be509c12d34eb434a /g10/call-agent.h | |
| parent | gpg: Avoid writing a zero length last chunk in AEAD mode. (diff) | |
| parent | agent: Also evict cached items via a timer. (diff) | |
| download | gnupg-f574aabeeb873f14a586f80cac16b857e6088534.tar.gz gnupg-f574aabeeb873f14a586f80cac16b857e6088534.zip | |
Merge branch 'STABLE-BRANCH-2-2' into wk-master
Diffstat (limited to 'g10/call-agent.h')
| -rw-r--r-- | g10/call-agent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h index f45b64d90..53775c5c8 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -47,6 +47,9 @@ struct agent_card_info_s u32 fpr1time; u32 fpr2time; u32 fpr3time; + char grp1[20]; /* The keygrip for OPENPGP.1 */ + char grp2[20]; /* The keygrip for OPENPGP.2 */ + char grp3[20]; /* The keygrip for OPENPGP.3 */ unsigned long sig_counter; int chv1_cached; /* True if a PIN is not required for each signing. Note that the gpg-agent might cache |
