about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-08-30 02:12:05 +0100
committerJames Booth <boothj5@gmail.com>2015-08-30 02:12:05 +0100
commit688be91c23aaa2f6a16db56d884d8920a3b11af5 (patch)
tree6fb0c42d07e8e35acf3fd773136f21dc4bcad7ce /tests
parentb4722632b6fa447386b7d786efc8dafd22a3671c (diff)
downloadprofani-tty-688be91c23aaa2f6a16db56d884d8920a3b11af5.tar.gz
PGP: Format fingerprints
Diffstat (limited to 'tests')
-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;
+}
+