diff options
Diffstat (limited to 'src/engine-gpgconf.c')
-rw-r--r-- | src/engine-gpgconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine-gpgconf.c b/src/engine-gpgconf.c index 3d107d45..d1f27c2b 100644 --- a/src/engine-gpgconf.c +++ b/src/engine-gpgconf.c @@ -885,6 +885,7 @@ struct engine_ops _gpgme_engine_ops_gpgconf = { /* Static functions. */ _gpgme_get_gpgconf_path, + NULL, gpgconf_get_version, gpgconf_get_req_version, gpgconf_new, @@ -911,6 +912,7 @@ struct engine_ops _gpgme_engine_ops_gpgconf = NULL, /* trustlist */ NULL, /* verify */ NULL, /* getauditlog */ + NULL, /* opassuan_transact */ gpgconf_conf_load, gpgconf_conf_save, gpgconf_set_io_cbs, |