From 1cd23e0efca0339042b2c5d4f153d79b43041210 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 12 Jun 2015 23:27:39 +0100 Subject: Moved gpg stub --- tests/pgp/stub_gpg.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 tests/pgp/stub_gpg.c (limited to 'tests') diff --git a/tests/pgp/stub_gpg.c b/tests/pgp/stub_gpg.c deleted file mode 100644 index da80bbf5..00000000 --- a/tests/pgp/stub_gpg.c +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#include "pgp/gpg.h" - -void p_gpg_init(void) {} -void p_gpg_close(void) {} - -GSList* p_gpg_list_keys(void) -{ - return NULL; -} - -GHashTable* -p_gpg_fingerprints(void) -{ - return NULL; -} - -const char* p_gpg_libver(void) -{ - return NULL; -} - -void p_gpg_free_key(ProfPGPKey *key) {} - -void p_gpg_verify(const char * const barejid, const char *const sign) {} - -char* p_gpg_sign(const char * const str, const char * const fp) -{ - return NULL; -} - -- cgit 1.4.1-2-gfad0