From 525876770a22cd0ff1e146f14da61f24a8fa3936 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 24 Aug 2015 00:13:57 +0100 Subject: Removed unused barejid argument from PGP decryption --- tests/unittests/pgp/stub_gpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unittests/pgp') 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; } -- cgit 1.4.1-2-gfad0