diff options
author | James Booth <boothj5@gmail.com> | 2015-05-07 22:22:28 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-07 22:22:28 +0100 |
commit | 8ebc1d4ac17bbc6b373ecdc3bf9ca5b0ac20b263 (patch) | |
tree | de68ac19a0e223b365e5d95638fcb3a884b02a8a /tests/pgp | |
parent | 8673488368250314b6e58ed2fb00eeb6d4ce2948 (diff) | |
download | profani-tty-8ebc1d4ac17bbc6b373ecdc3bf9ca5b0ac20b263.tar.gz |
Moved pgp signature verification to sv_ev_contact_online
Diffstat (limited to 'tests/pgp')
-rw-r--r-- | tests/pgp/stub_gpg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pgp/stub_gpg.c b/tests/pgp/stub_gpg.c index 14cdfe96..b8150d0a 100644 --- a/tests/pgp/stub_gpg.c +++ b/tests/pgp/stub_gpg.c @@ -23,3 +23,4 @@ const char* p_gpg_libver(void) void p_gpg_free_key(ProfPGPKey *key) {} +void p_gpg_verify(const char * const barejid, const char *const sign) {} |