about summary refs log tree commit diff stats
path: root/tests/unittests/pgp/stub_gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/pgp/stub_gpg.c')
-rw-r--r--tests/unittests/pgp/stub_gpg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c
index 4ac51ab5..b31dc34c 100644
--- a/tests/unittests/pgp/stub_gpg.c
+++ b/tests/unittests/pgp/stub_gpg.c
@@ -61,3 +61,9 @@ char * p_gpg_autocomplete_key(const char * const search_str)
     return NULL;
 }
 
+char *
+p_gpg_format_fp_str(char *fp)
+{
+    return NULL;
+}
+