summaryrefslogtreecommitdiff
path: root/src/engine-spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine-spawn.c')
-rw-r--r--src/engine-spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine-spawn.c b/src/engine-spawn.c
index 1cd4421..9d587cc 100644
--- a/src/engine-spawn.c
+++ b/src/engine-spawn.c
@@ -449,7 +449,6 @@ struct engine_ops _gpgme_engine_ops_spawn =
NULL, /* set_locale */
NULL, /* set_protocol */
NULL, /* decrypt */
- NULL, /* decrypt_verify */
NULL, /* delete */
NULL, /* edit */
NULL, /* encrypt */
@@ -460,6 +459,7 @@ struct engine_ops _gpgme_engine_ops_spawn =
NULL, /* import */
NULL, /* keylist */
NULL, /* keylist_ext */
+ NULL, /* keylist_data */
NULL, /* keysign */
NULL, /* tofu_policy */
NULL, /* sign */