diff options
author | James Booth <boothj5@gmail.com> | 2015-12-15 00:38:16 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-12-15 00:38:16 +0000 |
commit | 88fd2a25ee8fdd9f2f8f36f3a705364800206867 (patch) | |
tree | d49752fd8533c1a4ecc295e6a72750ab78727331 /tests/unittests | |
parent | 482eea4fcf68b9f2bd9f8d6f1db98fe313bef141 (diff) | |
download | profani-tty-88fd2a25ee8fdd9f2f8f36f3a705364800206867.tar.gz |
Show PGP error strings
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; } |