about summary refs log tree commit diff stats
path: root/tests/unittests/pgp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/pgp')
-rw-r--r--tests/unittests/pgp/stub_gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c
index 577f7d66..79ff8933 100644
--- a/tests/unittests/pgp/stub_gpg.c
+++ b/tests/unittests/pgp/stub_gpg.c
@@ -39,7 +39,7 @@ gboolean p_gpg_available(const char * const barejid)
 {
     return FALSE;
 }
-char * p_gpg_decrypt(const char * const barejid, const char * const cipher)
+char * p_gpg_decrypt(const char * const cipher)
 {
     return NULL;
 }