From 551f7df1f765e6a495b9d73603f76805f6609130 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 24 Mar 2015 00:47:13 +0000 Subject: Added signature verification, /pgp fps command --- tests/pgp/stub_gpg.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/pgp') diff --git a/tests/pgp/stub_gpg.c b/tests/pgp/stub_gpg.c index 29a1d828..14cdfe96 100644 --- a/tests/pgp/stub_gpg.c +++ b/tests/pgp/stub_gpg.c @@ -3,13 +3,21 @@ #include "pgp/gpg.h" void p_gpg_init(void) {} +void p_gpg_close(void) {} GSList* p_gpg_list_keys(void) { return NULL; } -const char* p_gpg_libver(void) { +GHashTable* +p_gpg_fingerprints(void) +{ + return NULL; +} + +const char* p_gpg_libver(void) +{ return NULL; } -- cgit 1.4.1-2-gfad0