From a40a0f51895025b23384bba680e8d48cfe62c607 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 29 Jun 2022 08:58:38 +0200 Subject: Split ox functions from gpg.c to ox.c --- tests/unittests/pgp/stub_ox.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/unittests/pgp/stub_ox.c (limited to 'tests/unittests/pgp/stub_ox.c') diff --git a/tests/unittests/pgp/stub_ox.c b/tests/unittests/pgp/stub_ox.c new file mode 100644 index 00000000..95958425 --- /dev/null +++ b/tests/unittests/pgp/stub_ox.c @@ -0,0 +1,21 @@ +#include + +#include "pgp/gpg.h" + +gboolean +ox_is_private_key_available(const char* const barejid) +{ + return FALSE; +} + +gboolean +ox_is_public_key_available(const char* const barejid) +{ + return FALSE; +} + +GHashTable* +ox_gpg_public_keys(void) +{ + return NULL; +} -- cgit 1.4.1-2-gfad0