about summary refs log tree commit diff stats
path: root/tests/pgp/stub_gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pgp/stub_gpg.c')
-rw-r--r--tests/pgp/stub_gpg.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pgp/stub_gpg.c b/tests/pgp/stub_gpg.c
new file mode 100644
index 00000000..4ee03129
--- /dev/null
+++ b/tests/pgp/stub_gpg.c
@@ -0,0 +1,7 @@
+#include <glib.h>
+
+void p_gpg_init(void) {}
+GSList* p_gpg_list_keys(void)
+{
+    return NULL;
+}