mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgsm: Add compatibility flag no-keyinfo-cache
* sm/gpgsm.c (compatibility_flags): Add flag. * sm/gpgsm.h (COMPAT_NO_KEYINFO_CACHE): New. * sm/call-agent.c (gpgsm_agent_istrusted): Act upon it. (gpgsm_agent_keyinfo): Ditto.
This commit is contained in:
parent
9087c1d363
commit
a5527edebb
3 changed files with 9 additions and 0 deletions
|
@ -186,6 +186,8 @@ struct
|
|||
/* Not actually a compatibiliy flag but useful to limit the
|
||||
* required memory for a validated key listing. */
|
||||
#define COMPAT_NO_CHAIN_CACHE 2
|
||||
/* Ditto. But here to disable the keyinfo and istrusted cache. */
|
||||
#define COMPAT_NO_KEYINFO_CACHE 4
|
||||
|
||||
/* Forward declaration for an object defined in server.c */
|
||||
struct server_local_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue