aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-encrypt.c')
-rw-r--r--tests/run-encrypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-encrypt.c b/tests/run-encrypt.c
index 5a10e593..a6c21d00 100644
--- a/tests/run-encrypt.c
+++ b/tests/run-encrypt.c
@@ -99,6 +99,8 @@ print_encrypt_result (gpgme_encrypt_result_t result)
gpgme_invalid_key_t invkey;
printf ("\nEncryption results\n");
+ printf ("Compliance de-vs ...: %s%s\n", result->is_de_vs? "yes":"no",
+ result->is_de_vs && result->beta_compliance? "(beta)":"");
for (invkey = result->invalid_recipients; invkey; invkey = invkey->next)
printf ("Encryption key `%s' not used: %s <%s>\n",
nonnull (invkey->fpr),