aboutsummaryrefslogtreecommitdiffstats
path: root/src/decrypt-verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decrypt-verify.c')
-rw-r--r--src/decrypt-verify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decrypt-verify.c b/src/decrypt-verify.c
index 66cfe94f..17f79acd 100644
--- a/src/decrypt-verify.c
+++ b/src/decrypt-verify.c
@@ -86,7 +86,8 @@ decrypt_verify_start (gpgme_ctx_t ctx, int synchronous,
flags,
cipher, plain,
ctx->export_session_keys,
- ctx->override_session_key);
+ ctx->override_session_key,
+ ctx->auto_key_retrieve);
}