about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-20 23:49:24 +0100
committerJames Booth <boothj5@gmail.com>2015-06-20 23:49:24 +0100
commit6617bb5a2b432d9c4178984386855f30be76ecf3 (patch)
tree2ff69c01e8d01013e377cec841317becd3d3267a /tests/unittests
parent16999a396497c90778ef6bdbab11a419a570aa0f (diff)
downloadprofani-tty-6617bb5a2b432d9c4178984386855f30be76ecf3.tar.gz
Added window encyption mode for PGP
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/pgp/stub_gpg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c
index da80bbf5..d6882736 100644
--- a/tests/unittests/pgp/stub_gpg.c
+++ b/tests/unittests/pgp/stub_gpg.c
@@ -30,3 +30,8 @@ char* p_gpg_sign(const char * const str, const char * const fp)
     return NULL;
 }
 
+gboolean p_gpg_available(const char * const barejid)
+{
+    return FALSE;
+}
+