diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index cef39ff2a..1053f1e9b 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -270,6 +270,10 @@ struct server_control_s /* The revocation info. Used as a helper inc ertchain.c */ gnupg_isotime_t revoked_at; char *revocation_reason; + + /* We cache the key data base handle. */ + void *cached_kh; + void *cached_kh_for_set_cert_flags; }; |