aboutsummaryrefslogtreecommitdiffstats
path: root/src/encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/encrypt.c')
-rw-r--r--src/encrypt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/encrypt.c b/src/encrypt.c
index 24132fda..ad8d4054 100644
--- a/src/encrypt.c
+++ b/src/encrypt.c
@@ -30,6 +30,7 @@
#include "debug.h"
#include "context.h"
#include "ops.h"
+#include "util.h"
typedef struct
@@ -173,6 +174,10 @@ _gpgme_encrypt_status_handler (void *priv, gpgme_status_code_t code,
opd->success_seen = 1;
break;
+ case GPGME_STATUS_ENCRYPTION_COMPLIANCE_MODE:
+ PARSE_COMPLIANCE_FLAGS (args, &opd->result);
+ break;
+
default:
break;
}