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 ea37a4a4c..db900b93a 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -471,6 +471,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" }, + { COMPAT_DE_VS_TRUSTLIST, "de-vs-trustlist" }, { 0, NULL } }; |