diff options
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/pgp/stub_gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c index b31dc34c..02ccb4c8 100644 --- a/tests/unittests/pgp/stub_gpg.c +++ b/tests/unittests/pgp/stub_gpg.c @@ -28,7 +28,7 @@ char* p_gpg_sign(const char * const str, const char * const fp) return NULL; } -gboolean p_gpg_valid_key(const char * const keyid) +gboolean p_gpg_valid_key(const char * const keyid, char **err_str) { return FALSE; } |