diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 01b3f011f..ea37a4a4c 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -470,6 +470,7 @@ static struct compatibility_flags_s compatibility_flags [] = { { COMPAT_ALLOW_KA_TO_ENCR, "allow-ka-to-encr" }, { COMPAT_NO_CHAIN_CACHE, "no-chain-cache" }, + { COMPAT_NO_KEYINFO_CACHE, "no-keyinfo-cache" }, { 0, NULL } }; |