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