diff options
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r-- | gpgme/rungpg.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index c54da3a2..0ffdc7c7 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -2120,7 +2120,9 @@ struct engine_ops _gpgme_engine_ops_gpg = gpg_sign, gpg_trustlist, gpg_verify, - NULL, + NULL, /* getauditlog */ + NULL, /* conf_load */ + NULL, /* conf_save */ gpg_set_io_cbs, gpg_io_event, gpg_cancel |