about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-21 20:08:46 +0100
committerJames Booth <boothj5@gmail.com>2015-06-21 20:08:46 +0100
commit566979969063cbeb1067414b745af8112d190752 (patch)
treeb01d6df54368879556fa29eaa7b98f266ff8c1d0 /tests/unittests
parent03a4aa4408ec5f8916a669381d3d1e4d758dd5fa (diff)
downloadprofani-tty-566979969063cbeb1067414b745af8112d190752.tar.gz
Encryption modes for sv_ev_incoming_message
Diffstat (limited to 'tests/unittests')
-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;
+}